Html Css Color HEX #D4DF70 Goldenrod

📋 copy color: '#D4DF70'

red 212 ◦ green 223 ◦ blue 112

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

Shades of Goldenrod #D4DF70

Tints of Goldenrod #D4DF70

RGB

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

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

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

R = 38.76%
G = 40.77%
B = 20.48%

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

#D4DF70 (or 0xD4DF70) is known color: Goldenrod. HEX triplet: D4, DF and 70. RGB value is (212,223,112). Sum of RGB (Red+Green+Blue) = 212+223+112=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DF70 is #2B208F. Grayscale: #CFCFCF. Windows color (decimal): -2826384 or 7397332. OLE color: 7397332.

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

Color convert

RGB 212 223 112 -
CMYK 0.05 0 0.50 0.13
HSL 65.95º 0.63% 0.66% -
HSV(B) 65.95º 0.5% 0.87% -
XYZ 56.46 67.94 25.47 -
YUV 207.06 74.36 131.53 -
System Red Green Blue C M Y K H S L
Decimal 212 223 112 0.05 0 0.50 0.13 65.95 0.63 0.66
Hex D4 DF 70 5 0 32 D 42 3F 42
Octal 324 337 160 5 0 62 15 102 77 102
Binary 11010100 11011111 1110000 101 0 110010 1101 1000010 111111 1000010

Color Harmonies of #D4DF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DF70

Black with #D4DF70

Text Example


Text Example

White with #D4DF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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