Html Css Color HEX #DCBE36 Old Gold

📋 copy color: '#DCBE36'

red 220 ◦ green 190 ◦ blue 54

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

Shades of Old Gold #DCBE36

Tints of Old Gold #DCBE36

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.95%

 BLUE value IS 54 (21.48% from 255) = 11.64%

R = 47.41%
G = 40.95%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCBE36 (or 0xDCBE36) is known color: Old Gold. HEX triplet: DC, BE and 36. RGB value is (220,190,54). Sum of RGB (Red+Green+Blue) = 220+190+54=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 54 (21.48% from 255 or 11.64% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE36 is #2341C9. Grayscale: #B8B8B8. Windows color (decimal): -2310602 or 3587804. OLE color: 3587804.

HSL color Cylindrical-coordinate representation of color #DCBE36: hue angle of 49.16º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCBE36 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 190 54 -
CMYK 0 0.14 0.75 0.14
HSL 49.16º 0.7% 0.54% -
HSV(B) 49.16º 0.75% 0.86% -
XYZ 48.59 52.31 11.03 -
YUV 183.47 54.94 154.06 -
System Red Green Blue C M Y K H S L
Decimal 220 190 54 0 0.14 0.75 0.14 49.16 0.7 0.54
Hex DC BE 36 0 E 4B E 31 46 36
Octal 334 276 66 0 16 113 16 61 106 66
Binary 11011100 10111110 110110 0 1110 1001011 1110 110001 1000110 110110

Color Harmonies of #DCBE36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE36

Black with #DCBE36

Text Example


Text Example

White with #DCBE36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE36; }

 p { color: rgb(220,190,54); }

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

background-color css

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

 a { background-color: rgb(220,190,54); }

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

border-color css

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

 span { border-color: rgb(220,190,54); }

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