#CDBE3E

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

Shades of Old Gold #CDBE3E

Tints of Old Gold #CDBE3E

Color information

#CDBE3E (or 0xCDBE3E) is unknown color: approx Old Gold. HEX triplet: CD, BE and 3E. RGB value is (205,190,62). Sum of RGB (Red+Green+Blue) = 205+190+62=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBE3E is #3241C1. Grayscale: #B4B4B4. Windows color (decimal): -3293634 or 4112077. OLE color: 4112077.

HSL color Cylindrical-coordinate representation of color #CDBE3E: hue angle of 53.71º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDBE3E is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB20519062-
CMYK00.070.700.20
HSL53.71º58.85%52.35%-
HSV(B)53.71º69.76%80.39%-
XYZ44.4650.1511.89-
YUV179.8961.47145.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.86%
GREEN value IS 190 (74.61% from 255) = 41.58%
BLUE value IS 62 (24.61% from 255) = 13.57%
R=44.86%
G=41.58%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051906200.070.700.2053.7158.8552.35
HexCDBE3E074614363b34
Octal315276760710624667364
Binary11001101101111101111100111100011010100110110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBE3E; }

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

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

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

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

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

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

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

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