#CEBB3B

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

Shades of Old Gold #CEBB3B

Tints of Old Gold #CEBB3B

Color information

#CEBB3B (or 0xCEBB3B) is unknown color: approx Old Gold. HEX triplet: CE, BB and 3B. RGB value is (206,187,59). Sum of RGB (Red+Green+Blue) = 206+187+59=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 59 (23.44% from 255 or 13.05% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB3B is #3144C4. Grayscale: #B2B2B2. Windows color (decimal): -3228869 or 3914702. OLE color: 3914702.

HSL color Cylindrical-coordinate representation of color #CEBB3B: hue angle of 52.24º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEBB3B is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB20618759-
CMYK00.090.710.19
HSL52.24º60%51.96%-
HSV(B)52.24º71.36%80.78%-
XYZ44.0148.9811.27-
YUV178.0960.79147.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.58%
GREEN value IS 187 (73.44% from 255) = 41.37%
BLUE value IS 59 (23.44% from 255) = 13.05%
R=45.58%
G=41.37%
B=13.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061875900.090.710.1952.246051.96
HexCEBB3B094713343c34
Octal3162737301110723647464
Binary110011101011101111101101001100011110011110100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBB3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBB3B; }

 p { color: rgb(206,187,59); }

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

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

 a { background-color: rgb(206,187,59); }

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

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

 span { border-color: rgb(206,187,59); }

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