#CDBE36

Color #CDBE36 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #CDBE36

Tints of Old Gold #CDBE36

Color information

#CDBE36 (or 0xCDBE36) is unknown color: approx Old Gold. HEX triplet: CD, BE and 36. RGB value is (205,190,54). Sum of RGB (Red+Green+Blue) = 205+190+54=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 54 (21.48% from 255 or 12.03% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBE36 is #3241C9. Grayscale: #B3B3B3. Windows color (decimal): -3293642 or 3587789. OLE color: 3587789.

HSL color Cylindrical-coordinate representation of color #CDBE36: hue angle of 54.04º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDBE36 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20519054-
CMYK00.070.740.20
HSL54.04º60.16%50.78%-
HSV(B)54.04º73.66%80.39%-
XYZ44.2650.0710.82-
YUV178.9857.47146.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.66%
GREEN value IS 190 (74.61% from 255) = 42.32%
BLUE value IS 54 (21.48% from 255) = 12.03%
R=45.66%
G=42.32%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051905400.070.740.2054.0460.1650.78
HexCDBE36074A14363c33
Octal315276660711224667463
Binary11001101101111101101100111100101010100110110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBE36; }

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

 H1.HeaderClassName
 {
   color: #CDBE36;
 }
 .AnyTagClassName
 {
   color: #CDBE36;
 }
</style>
background-color css

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

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

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

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

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

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