Html Css Color HEX #D0D76E Goldenrod

📋 copy color: '#D0D76E'

red 208 ◦ green 215 ◦ blue 110

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

Shades of Goldenrod #D0D76E

Tints of Goldenrod #D0D76E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.34%

 BLUE value IS 110 (43.36% from 255) = 20.64%

R = 39.02%
G = 40.34%
B = 20.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D0D76E (or 0xD0D76E) is known color: Goldenrod. HEX triplet: D0, D7 and 6E. RGB value is (208,215,110). Sum of RGB (Red+Green+Blue) = 208+215+110=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 110 (43.36% from 255 or 20.64% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D76E is #2F2891. Grayscale: #C9C9C9. Windows color (decimal): -3090578 or 7264208. OLE color: 7264208.

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

Color convert

RGB 208 215 110 -
CMYK 0.03 0 0.49 0.16
HSL 64º 0.57% 0.64% -
HSV(B) 64º 0.49% 0.84% -
XYZ 53.13 63.14 24.14 -
YUV 200.94 76.68 133.04 -
System Red Green Blue C M Y K H S L
Decimal 208 215 110 0.03 0 0.49 0.16 64 0.57 0.64
Hex D0 D7 6E 3 0 31 10 40 39 40
Octal 320 327 156 3 0 61 20 100 71 100
Binary 11010000 11010111 1101110 11 0 110001 10000 1000000 111001 1000000

Color Harmonies of #D0D76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D76E

Black with #D0D76E

Text Example


Text Example

White with #D0D76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D76E; }

 p { color: rgb(208,215,110); }

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

background-color css

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

 a { background-color: rgb(208,215,110); }

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

border-color css

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

 span { border-color: rgb(208,215,110); }

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