Html Css Color HEX #D9DB70 Goldenrod

📋 copy color: '#D9DB70'

red 217 ◦ green 219 ◦ blue 112

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

Shades of Goldenrod #D9DB70

Tints of Goldenrod #D9DB70

RGB

 RED value IS 217 (85.16% from 255) = 39.6%

 GREEN value IS 219 (85.94% from 255) = 39.96%

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

R = 39.6%
G = 39.96%
B = 20.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#D9DB70 (or 0xD9DB70) is known color: Goldenrod. HEX triplet: D9, DB and 70. RGB value is (217,219,112). Sum of RGB (Red+Green+Blue) = 217+219+112=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DB70 is #26248F. Grayscale: #CECECE. Windows color (decimal): -2499728 or 7396313. OLE color: 7396313.

HSL color Cylindrical-coordinate representation of color #D9DB70: hue angle of 61.12º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9DB70 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 219 112 -
CMYK 0.01 0 0.49 0.14
HSL 61.12º 0.6% 0.65% -
HSV(B) 61.12º 0.49% 0.86% -
XYZ 56.87 66.58 25.18 -
YUV 206.2 74.84 135.7 -
System Red Green Blue C M Y K H S L
Decimal 217 219 112 0.01 0 0.49 0.14 61.12 0.6 0.65
Hex D9 DB 70 1 0 31 E 3D 3C 41
Octal 331 333 160 1 0 61 16 75 74 101
Binary 11011001 11011011 1110000 1 0 110001 1110 111101 111100 1000001

Color Harmonies of #D9DB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DB70

Black with #D9DB70

Text Example


Text Example

White with #D9DB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DB70; }

 p { color: rgb(217,219,112); }

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

background-color css

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

 a { background-color: rgb(217,219,112); }

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

border-color css

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

 span { border-color: rgb(217,219,112); }

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