Html Css Color HEX #D0BF42 Old Gold

📋 copy color: '#D0BF42'

red 208 ◦ green 191 ◦ blue 66

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

Shades of Old Gold #D0BF42

Tints of Old Gold #D0BF42

RGB

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

 GREEN value IS 191 (75% from 255) = 41.08%

 BLUE value IS 66 (26.17% from 255) = 14.19%

R = 44.73%
G = 41.08%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D0BF42 (or 0xD0BF42) is known color: Old Gold. HEX triplet: D0, BF and 42. RGB value is (208,191,66). Sum of RGB (Red+Green+Blue) = 208+191+66=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 66 (26.17% from 255 or 14.19% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BF42 is #2F40BD. Grayscale: #B6B6B6. Windows color (decimal): -3096766 or 4374480. OLE color: 4374480.

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

Color convert

RGB 208 191 66 -
CMYK 0 0.08 0.68 0.18
HSL 52.82º 0.6% 0.54% -
HSV(B) 52.82º 0.68% 0.82% -
XYZ 45.63 51.06 12.61 -
YUV 181.83 62.63 146.66 -
System Red Green Blue C M Y K H S L
Decimal 208 191 66 0 0.08 0.68 0.18 52.82 0.6 0.54
Hex D0 BF 42 0 8 44 12 35 3C 36
Octal 320 277 102 0 10 104 22 65 74 66
Binary 11010000 10111111 1000010 0 1000 1000100 10010 110101 111100 110110

Color Harmonies of #D0BF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF42

Black with #D0BF42

Text Example


Text Example

White with #D0BF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF42; }

 p { color: rgb(208,191,66); }

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

background-color css

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

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

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

border-color css

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

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

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