Html Css Color HEX #D0BC44 Old Gold

📋 copy color: '#D0BC44'

red 208 ◦ green 188 ◦ blue 68

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

Shades of Old Gold #D0BC44

Tints of Old Gold #D0BC44

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.52%

 BLUE value IS 68 (26.95% from 255) = 14.66%

R = 44.83%
G = 40.52%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D0BC44 (or 0xD0BC44) is known color: Old Gold. HEX triplet: D0, BC and 44. RGB value is (208,188,68). Sum of RGB (Red+Green+Blue) = 208+188+68=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 68 (26.95% from 255 or 14.66% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BC44 is #2F43BB. Grayscale: #B4B4B4. Windows color (decimal): -3097532 or 4504784. OLE color: 4504784.

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

Color convert

RGB 208 188 68 -
CMYK 0 0.10 0.67 0.18
HSL 51.43º 0.6% 0.54% -
HSV(B) 51.43º 0.67% 0.82% -
XYZ 45.04 49.79 12.71 -
YUV 180.3 64.63 147.76 -
System Red Green Blue C M Y K H S L
Decimal 208 188 68 0 0.10 0.67 0.18 51.43 0.6 0.54
Hex D0 BC 44 0 A 43 12 33 3C 36
Octal 320 274 104 0 12 103 22 63 74 66
Binary 11010000 10111100 1000100 0 1010 1000011 10010 110011 111100 110110

Color Harmonies of #D0BC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BC44

Black with #D0BC44

Text Example


Text Example

White with #D0BC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BC44; }

 p { color: rgb(208,188,68); }

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

background-color css

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

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

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

border-color css

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

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

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