Html Css Color HEX #D0D76A Goldenrod

📋 copy color: '#D0D76A'

red 208 ◦ green 215 ◦ blue 106

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

Shades of Goldenrod #D0D76A

Tints of Goldenrod #D0D76A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.04%

R = 39.32%
G = 40.64%
B = 20.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D0D76A (or 0xD0D76A) is known color: Goldenrod. HEX triplet: D0, D7 and 6A. RGB value is (208,215,106). Sum of RGB (Red+Green+Blue) = 208+215+106=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D76A is #2F2895. Grayscale: #C8C8C8. Windows color (decimal): -3090582 or 7002064. OLE color: 7002064.

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

Color convert

RGB 208 215 106 -
CMYK 0.03 0 0.51 0.16
HSL 63.85º 0.58% 0.63% -
HSV(B) 63.85º 0.51% 0.84% -
XYZ 52.91 63.05 23.02 -
YUV 200.48 74.68 133.36 -
System Red Green Blue C M Y K H S L
Decimal 208 215 106 0.03 0 0.51 0.16 63.85 0.58 0.63
Hex D0 D7 6A 3 0 33 10 40 3A 3F
Octal 320 327 152 3 0 63 20 100 72 77
Binary 11010000 11010111 1101010 11 0 110011 10000 1000000 111010 111111

Color Harmonies of #D0D76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D76A

Black with #D0D76A

Text Example


Text Example

White with #D0D76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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