Html Css Color HEX #DCBB40 Old Gold

📋 copy color: '#DCBB40'

red 220 ◦ green 187 ◦ blue 64

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

Shades of Old Gold #DCBB40

Tints of Old Gold #DCBB40

RGB

 RED value IS 220 (86.33% from 255) = 46.71%

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

 BLUE value IS 64 (25.39% from 255) = 13.59%

R = 46.71%
G = 39.7%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCBB40 (or 0xDCBB40) is known color: Old Gold. HEX triplet: DC, BB and 40. RGB value is (220,187,64). Sum of RGB (Red+Green+Blue) = 220+187+64=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBB40 is #2344BF. Grayscale: #B7B7B7. Windows color (decimal): -2311360 or 4242396. OLE color: 4242396.

HSL color Cylindrical-coordinate representation of color #DCBB40: hue angle of 47.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCBB40 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 187 64 -
CMYK 0 0.15 0.71 0.14
HSL 47.31º 0.69% 0.56% -
HSV(B) 47.31º 0.71% 0.86% -
XYZ 48.21 51.13 12.18 -
YUV 182.85 60.93 154.5 -
System Red Green Blue C M Y K H S L
Decimal 220 187 64 0 0.15 0.71 0.14 47.31 0.69 0.56
Hex DC BB 40 0 F 47 E 2F 45 38
Octal 334 273 100 0 17 107 16 57 105 70
Binary 11011100 10111011 1000000 0 1111 1000111 1110 101111 1000101 111000

Color Harmonies of #DCBB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBB40

Black with #DCBB40

Text Example


Text Example

White with #DCBB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBB40; }

 p { color: rgb(220,187,64); }

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

background-color css

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

 a { background-color: rgb(220,187,64); }

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

border-color css

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

 span { border-color: rgb(220,187,64); }

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