#CBB23D

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

Shades of Old Gold #CBB23D

Tints of Old Gold #CBB23D

Color information

#CBB23D (or 0xCBB23D) is unknown color: approx Old Gold. HEX triplet: CB, B2 and 3D. RGB value is (203,178,61). Sum of RGB (Red+Green+Blue) = 203+178+61=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB23D is #344DC2. Grayscale: #ACACAC. Windows color (decimal): -3427779 or 4043467. OLE color: 4043467.

HSL color Cylindrical-coordinate representation of color #CBB23D: hue angle of 49.44º degrees, saturation: 0.58, 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 #CBB23D is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB20317861-
CMYK00.120.700.20
HSL49.44º57.72%51.76%-
HSV(B)49.44º69.95%79.61%-
XYZ41.3944.8710.89-
YUV172.1465.28150.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.93%
GREEN value IS 178 (69.92% from 255) = 40.27%
BLUE value IS 61 (24.22% from 255) = 13.80%
R=45.93%
G=40.27%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031786100.120.700.2049.4457.7251.76
HexCBB23D0C4614313a34
Octal3132627501410624617264
Binary110010111011001011110101100100011010100110001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB23D; }

 p { color: rgb(203,178,61); }

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

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

 a { background-color: rgb(203,178,61); }

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

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

 span { border-color: rgb(203,178,61); }

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