Html Css Color HEX #D0C033 Old Gold

📋 copy color: '#D0C033'

red 208 ◦ green 192 ◦ blue 51

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

Shades of Old Gold #D0C033

Tints of Old Gold #D0C033

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.57%

 BLUE value IS 51 (20.31% from 255) = 11.31%

R = 46.12%
G = 42.57%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D0C033 (or 0xD0C033) is known color: Old Gold. HEX triplet: D0, C0 and 33. RGB value is (208,192,51). Sum of RGB (Red+Green+Blue) = 208+192+51=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 51 (20.31% from 255 or 11.31% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C033 is #2F3FCC. Grayscale: #B5B5B5. Windows color (decimal): -3096525 or 3391696. OLE color: 3391696.

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

Color convert

RGB 208 192 51 -
CMYK 0 0.08 0.75 0.18
HSL 53.89º 0.63% 0.51% -
HSV(B) 53.89º 0.75% 0.82% -
XYZ 45.46 51.35 10.65 -
YUV 180.71 54.8 147.46 -
System Red Green Blue C M Y K H S L
Decimal 208 192 51 0 0.08 0.75 0.18 53.89 0.63 0.51
Hex D0 C0 33 0 8 4B 12 36 3F 33
Octal 320 300 63 0 10 113 22 66 77 63
Binary 11010000 11000000 110011 0 1000 1001011 10010 110110 111111 110011

Color Harmonies of #D0C033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C033

Black with #D0C033

Text Example


Text Example

White with #D0C033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C033; }

 p { color: rgb(208,192,51); }

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

background-color css

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

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

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

border-color css

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

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

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