Html Css Color HEX #D0D063 Goldenrod

📋 copy color: '#D0D063'

red 208 ◦ green 208 ◦ blue 99

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

Shades of Goldenrod #D0D063

Tints of Goldenrod #D0D063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.22%

R = 40.39%
G = 40.39%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D0D063 (or 0xD0D063) is known color: Goldenrod. HEX triplet: D0, D0 and 63. RGB value is (208,208,99). Sum of RGB (Red+Green+Blue) = 208+208+99=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 99 (39.06% from 255 or 19.22% from 515); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D063 is #2F2F9C. Grayscale: #C4C4C4. Windows color (decimal): -3092381 or 6541520. OLE color: 6541520.

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

Color convert

RGB 208 208 99 -
CMYK 0 0 0.52 0.18
HSL 60º 0.54% 0.6% -
HSV(B) 60º 0.52% 0.82% -
XYZ 50.82 59.42 20.6 -
YUV 195.57 73.5 136.86 -
System Red Green Blue C M Y K H S L
Decimal 208 208 99 0 0 0.52 0.18 60 0.54 0.6
Hex D0 D0 63 0 0 34 12 3C 36 3C
Octal 320 320 143 0 0 64 22 74 66 74
Binary 11010000 11010000 1100011 0 0 110100 10010 111100 110110 111100

Color Harmonies of #D0D063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D063

Black with #D0D063

Text Example


Text Example

White with #D0D063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D063; }

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

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

background-color css

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

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

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

border-color css

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

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

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