Html Css Color HEX #D0D073 Goldenrod

📋 copy color: '#D0D073'

red 208 ◦ green 208 ◦ blue 115

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

Shades of Goldenrod #D0D073

Tints of Goldenrod #D0D073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.66%

R = 39.17%
G = 39.17%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D0D073 (or 0xD0D073) is known color: Goldenrod. HEX triplet: D0, D0 and 73. RGB value is (208,208,115). Sum of RGB (Red+Green+Blue) = 208+208+115=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D073 is #2F2F8C. Grayscale: #C5C5C5. Windows color (decimal): -3092365 or 7590096. OLE color: 7590096.

HSL color Cylindrical-coordinate representation of color #D0D073: 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.45%. Process color model (Four color, CMYK) of #D0D073 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 208 115 -
CMYK 0 0 0.45 0.18
HSL 60º 0.5% 0.63% -
HSV(B) 60º 0.45% 0.82% -
XYZ 51.66 59.76 25.03 -
YUV 197.4 81.5 135.56 -
System Red Green Blue C M Y K H S L
Decimal 208 208 115 0 0 0.45 0.18 60 0.5 0.63
Hex D0 D0 73 0 0 2D 12 3C 32 3F
Octal 320 320 163 0 0 55 22 74 62 77
Binary 11010000 11010000 1110011 0 0 101101 10010 111100 110010 111111

Color Harmonies of #D0D073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D073

Black with #D0D073

Text Example


Text Example

White with #D0D073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D073; }

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

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

background-color css

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

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

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

border-color css

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

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

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