Html Css Color HEX #D0D972 Goldenrod

📋 copy color: '#D0D972'

red 208 ◦ green 217 ◦ blue 114

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

Shades of Goldenrod #D0D972

Tints of Goldenrod #D0D972

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.26%

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

R = 38.59%
G = 40.26%
B = 21.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D0D972 (or 0xD0D972) is known color: Goldenrod. HEX triplet: D0, D9 and 72. RGB value is (208,217,114). Sum of RGB (Red+Green+Blue) = 208+217+114=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D972 is #2F268D. Grayscale: #CACACA. Windows color (decimal): -3090062 or 7526864. OLE color: 7526864.

HSL color Cylindrical-coordinate representation of color #D0D972: hue angle of 65.24º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0D972 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 217 114 -
CMYK 0.04 0 0.47 0.15
HSL 65.24º 0.58% 0.65% -
HSV(B) 65.24º 0.47% 0.85% -
XYZ 53.86 64.25 25.48 -
YUV 202.57 78.02 131.88 -
System Red Green Blue C M Y K H S L
Decimal 208 217 114 0.04 0 0.47 0.15 65.24 0.58 0.65
Hex D0 D9 72 4 0 2F F 41 3A 41
Octal 320 331 162 4 0 57 17 101 72 101
Binary 11010000 11011001 1110010 100 0 101111 1111 1000001 111010 1000001

Color Harmonies of #D0D972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D972

Black with #D0D972

Text Example


Text Example

White with #D0D972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D972; }

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

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

background-color css

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

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

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

border-color css

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

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

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