Html Css Color HEX #D0D172 Goldenrod

📋 copy color: '#D0D172'

red 208 ◦ green 209 ◦ blue 114

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

Shades of Goldenrod #D0D172

Tints of Goldenrod #D0D172

RGB

 RED value IS 208 (81.64% from 255) = 39.17%

 GREEN value IS 209 (82.03% from 255) = 39.36%

 BLUE value IS 114 (44.92% from 255) = 21.47%

R = 39.17%
G = 39.36%
B = 21.47%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D0D172 (or 0xD0D172) is known color: Goldenrod. HEX triplet: D0, D1 and 72. RGB value is (208,209,114). Sum of RGB (Red+Green+Blue) = 208+209+114=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D172 is #2F2E8D. Grayscale: #C6C6C6. Windows color (decimal): -3092110 or 7524816. OLE color: 7524816.

HSL color Cylindrical-coordinate representation of color #D0D172: hue angle of 60.63º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0D172 is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 209 114 -
CMYK 0.00 0 0.45 0.18
HSL 60.63º 0.51% 0.63% -
HSV(B) 60.63º 0.45% 0.82% -
XYZ 51.85 60.23 24.81 -
YUV 197.87 80.67 135.22 -
System Red Green Blue C M Y K H S L
Decimal 208 209 114 0.00 0 0.45 0.18 60.63 0.51 0.63
Hex D0 D1 72 0 0 2D 12 3D 33 3F
Octal 320 321 162 0 0 55 22 75 63 77
Binary 11010000 11010001 1110010 0 0 101101 10010 111101 110011 111111

Color Harmonies of #D0D172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D172

Black with #D0D172

Text Example


Text Example

White with #D0D172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D172; }

 p { color: rgb(208,209,114); }

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

background-color css

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

 a { background-color: rgb(208,209,114); }

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

border-color css

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

 span { border-color: rgb(208,209,114); }

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