Html Css Color HEX #D4DF7A Goldenrod

📋 copy color: '#D4DF7A'

red 212 ◦ green 223 ◦ blue 122

#D4DF7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #D4DF7A

Tints of Goldenrod #D4DF7A

RGB

 RED value IS 212 (83.2% from 255) = 38.06%

 GREEN value IS 223 (87.5% from 255) = 40.04%

 BLUE value IS 122 (48.05% from 255) = 21.9%

R = 38.06%
G = 40.04%
B = 21.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D4DF7A (or 0xD4DF7A) is known color: Goldenrod. HEX triplet: D4, DF and 7A. RGB value is (212,223,122). Sum of RGB (Red+Green+Blue) = 212+223+122=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DF7A is #2B2085. Grayscale: #D0D0D0. Windows color (decimal): -2826374 or 8052692. OLE color: 8052692.

HSL color Cylindrical-coordinate representation of color #D4DF7A: hue angle of 66.53º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4DF7A is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 223 122 -
CMYK 0.05 0 0.45 0.13
HSL 66.53º 0.61% 0.68% -
HSV(B) 66.53º 0.45% 0.87% -
XYZ 57.05 68.18 28.56 -
YUV 208.2 79.36 130.71 -
System Red Green Blue C M Y K H S L
Decimal 212 223 122 0.05 0 0.45 0.13 66.53 0.61 0.68
Hex D4 DF 7A 5 0 2D D 43 3D 44
Octal 324 337 172 5 0 55 15 103 75 104
Binary 11010100 11011111 1111010 101 0 101101 1101 1000011 111101 1000100

Color Harmonies of #D4DF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DF7A

Black with #D4DF7A

Text Example


Text Example

White with #D4DF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DF7A; }

 p { color: rgb(212,223,122); }

 H1.HeaderClassName
 {
   color: #D4DF7A;
 }
 .AnyTagClassName
 {
   color: #D4DF7A;
 }
</style>

background-color css

<style>
 a { background-color: #D4DF7A; }

 a { background-color: rgb(212,223,122); }

 div.DivClassName
 {
   background-color: #D4DF7A;
 }
 .BgClassName
 {
   background-color: #D4DF7A;
 }
</style>

border-color css

<style>
 span { border-color: #D4DF7A; }

 span { border-color: rgb(212,223,122); }

 td.TdClassName
 {
   border-color: #D4DF7A;
 }
 .TagClassName
 {
   border-color: #D4DF7A;
 }
</style>