Html Css Color HEX #D0D071 Goldenrod

📋 copy color: '#D0D071'

red 208 ◦ green 208 ◦ blue 113

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

Shades of Goldenrod #D0D071

Tints of Goldenrod #D0D071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.36%

R = 39.32%
G = 39.32%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D0D071 (or 0xD0D071) is known color: Goldenrod. HEX triplet: D0, D0 and 71. RGB value is (208,208,113). Sum of RGB (Red+Green+Blue) = 208+208+113=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D071 is #2F2F8E. Grayscale: #C5C5C5. Windows color (decimal): -3092367 or 7459024. OLE color: 7459024.

HSL color Cylindrical-coordinate representation of color #D0D071: hue angle of 60º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0D071 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 208 113 -
CMYK 0 0 0.46 0.18
HSL 60º 0.5% 0.63% -
HSV(B) 60º 0.46% 0.82% -
XYZ 51.55 59.71 24.43 -
YUV 197.17 80.5 135.72 -
System Red Green Blue C M Y K H S L
Decimal 208 208 113 0 0 0.46 0.18 60 0.5 0.63
Hex D0 D0 71 0 0 2E 12 3C 32 3F
Octal 320 320 161 0 0 56 22 74 62 77
Binary 11010000 11010000 1110001 0 0 101110 10010 111100 110010 111111

Color Harmonies of #D0D071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D071

Black with #D0D071

Text Example


Text Example

White with #D0D071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D071; }

 p { color: rgb(208,208,113); }

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

background-color css

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

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

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

border-color css

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

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

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