Html Css Color HEX #D0BB4A Old Gold

📋 copy color: '#D0BB4A'

red 208 ◦ green 187 ◦ blue 74

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

Shades of Old Gold #D0BB4A

Tints of Old Gold #D0BB4A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.87%

 BLUE value IS 74 (29.3% from 255) = 15.78%

R = 44.35%
G = 39.87%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0BB4A (or 0xD0BB4A) is known color: Old Gold. HEX triplet: D0, BB and 4A. RGB value is (208,187,74). Sum of RGB (Red+Green+Blue) = 208+187+74=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BB4A is #2F44B5. Grayscale: #B4B4B4. Windows color (decimal): -3097782 or 4897744. OLE color: 4897744.

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

Color convert

RGB 208 187 74 -
CMYK 0 0.10 0.64 0.18
HSL 50.6º 0.59% 0.55% -
HSV(B) 50.6º 0.64% 0.82% -
XYZ 45.02 49.44 13.65 -
YUV 180.4 67.96 147.69 -
System Red Green Blue C M Y K H S L
Decimal 208 187 74 0 0.10 0.64 0.18 50.6 0.59 0.55
Hex D0 BB 4A 0 A 40 12 33 3B 37
Octal 320 273 112 0 12 100 22 63 73 67
Binary 11010000 10111011 1001010 0 1010 1000000 10010 110011 111011 110111

Color Harmonies of #D0BB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BB4A

Black with #D0BB4A

Text Example


Text Example

White with #D0BB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BB4A; }

 p { color: rgb(208,187,74); }

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

background-color css

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

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

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

border-color css

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

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

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