Html Css Color HEX #D0D676 Goldenrod

📋 copy color: '#D0D676'

red 208 ◦ green 214 ◦ blue 118

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

Shades of Goldenrod #D0D676

Tints of Goldenrod #D0D676

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.63%

 BLUE value IS 118 (46.48% from 255) = 21.85%

R = 38.52%
G = 39.63%
B = 21.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D0D676 (or 0xD0D676) is known color: Goldenrod. HEX triplet: D0, D6 and 76. RGB value is (208,214,118). Sum of RGB (Red+Green+Blue) = 208+214+118=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 118 (46.48% from 255 or 21.85% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D676 is #2F2989. Grayscale: #C9C9C9. Windows color (decimal): -3090826 or 7788240. OLE color: 7788240.

HSL color Cylindrical-coordinate representation of color #D0D676: hue angle of 63.75º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0D676 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 214 118 -
CMYK 0.03 0 0.45 0.16
HSL 63.75º 0.54% 0.65% -
HSV(B) 63.75º 0.45% 0.84% -
XYZ 53.33 62.81 26.45 -
YUV 201.26 81.01 132.81 -
System Red Green Blue C M Y K H S L
Decimal 208 214 118 0.03 0 0.45 0.16 63.75 0.54 0.65
Hex D0 D6 76 3 0 2D 10 40 36 41
Octal 320 326 166 3 0 55 20 100 66 101
Binary 11010000 11010110 1110110 11 0 101101 10000 1000000 110110 1000001

Color Harmonies of #D0D676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D676

Black with #D0D676

Text Example


Text Example

White with #D0D676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D676; }

 p { color: rgb(208,214,118); }

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

background-color css

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

 a { background-color: rgb(208,214,118); }

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

border-color css

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

 span { border-color: rgb(208,214,118); }

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