Html Css Color HEX #D4DE70 Goldenrod

📋 copy color: '#D4DE70'

red 212 ◦ green 222 ◦ blue 112

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

Shades of Goldenrod #D4DE70

Tints of Goldenrod #D4DE70

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.66%

 BLUE value IS 112 (44.14% from 255) = 20.51%

R = 38.83%
G = 40.66%
B = 20.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#D4DE70 (or 0xD4DE70) is known color: Goldenrod. HEX triplet: D4, DE and 70. RGB value is (212,222,112). Sum of RGB (Red+Green+Blue) = 212+222+112=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DE70 is #2B218F. Grayscale: #CECECE. Windows color (decimal): -2826640 or 7397076. OLE color: 7397076.

HSL color Cylindrical-coordinate representation of color #D4DE70: hue angle of 65.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4DE70 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 222 112 -
CMYK 0.05 0 0.50 0.13
HSL 65.45º 0.63% 0.65% -
HSV(B) 65.45º 0.5% 0.87% -
XYZ 56.2 67.41 25.38 -
YUV 206.47 74.69 131.94 -
System Red Green Blue C M Y K H S L
Decimal 212 222 112 0.05 0 0.50 0.13 65.45 0.63 0.65
Hex D4 DE 70 5 0 32 D 41 3E 41
Octal 324 336 160 5 0 62 15 101 76 101
Binary 11010100 11011110 1110000 101 0 110010 1101 1000001 111110 1000001

Color Harmonies of #D4DE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DE70

Black with #D4DE70

Text Example


Text Example

White with #D4DE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DE70; }

 p { color: rgb(212,222,112); }

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

background-color css

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

 a { background-color: rgb(212,222,112); }

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

border-color css

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

 span { border-color: rgb(212,222,112); }

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