Html Css Color HEX #D0D877 Goldenrod

📋 copy color: '#D0D877'

red 208 ◦ green 216 ◦ blue 119

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

Shades of Goldenrod #D0D877

Tints of Goldenrod #D0D877

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.78%

 BLUE value IS 119 (46.88% from 255) = 21.92%

R = 38.31%
G = 39.78%
B = 21.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D0D877 (or 0xD0D877) is known color: Goldenrod. HEX triplet: D0, D8 and 77. RGB value is (208,216,119). Sum of RGB (Red+Green+Blue) = 208+216+119=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D877 is #2F2788. Grayscale: #CACACA. Windows color (decimal): -3090313 or 7854288. OLE color: 7854288.

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

Color convert

RGB 208 216 119 -
CMYK 0.04 0 0.45 0.15
HSL 64.95º 0.55% 0.66% -
HSV(B) 64.95º 0.45% 0.85% -
XYZ 53.9 63.85 26.94 -
YUV 202.55 80.85 131.89 -
System Red Green Blue C M Y K H S L
Decimal 208 216 119 0.04 0 0.45 0.15 64.95 0.55 0.66
Hex D0 D8 77 4 0 2D F 41 37 42
Octal 320 330 167 4 0 55 17 101 67 102
Binary 11010000 11011000 1110111 100 0 101101 1111 1000001 110111 1000010

Color Harmonies of #D0D877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D877

Black with #D0D877

Text Example


Text Example

White with #D0D877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D877; }

 p { color: rgb(208,216,119); }

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

background-color css

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

 a { background-color: rgb(208,216,119); }

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

border-color css

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

 span { border-color: rgb(208,216,119); }

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