Html Css Color HEX #D0BF43 Old Gold

📋 copy color: '#D0BF43'

red 208 ◦ green 191 ◦ blue 67

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

Shades of Old Gold #D0BF43

Tints of Old Gold #D0BF43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.38%

R = 44.64%
G = 40.99%
B = 14.38%

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

#D0BF43 (or 0xD0BF43) is known color: Old Gold. HEX triplet: D0, BF and 43. RGB value is (208,191,67). Sum of RGB (Red+Green+Blue) = 208+191+67=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 67 (26.56% from 255 or 14.38% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BF43 is #2F40BC. Grayscale: #B6B6B6. Windows color (decimal): -3096765 or 4440016. OLE color: 4440016.

HSL color Cylindrical-coordinate representation of color #D0BF43: hue angle of 52.77º 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 #D0BF43 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 191 67 -
CMYK 0 0.08 0.68 0.18
HSL 52.77º 0.6% 0.54% -
HSV(B) 52.77º 0.68% 0.82% -
XYZ 45.66 51.08 12.76 -
YUV 181.95 63.13 146.58 -
System Red Green Blue C M Y K H S L
Decimal 208 191 67 0 0.08 0.68 0.18 52.77 0.6 0.54
Hex D0 BF 43 0 8 44 12 35 3C 36
Octal 320 277 103 0 10 104 22 65 74 66
Binary 11010000 10111111 1000011 0 1000 1000100 10010 110101 111100 110110

Color Harmonies of #D0BF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF43

Black with #D0BF43

Text Example


Text Example

White with #D0BF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF43; }

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

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

background-color css

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

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

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

border-color css

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

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

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