#CCB93D

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

Shades of Old Gold #CCB93D

Tints of Old Gold #CCB93D

Color information

#CCB93D (or 0xCCB93D) is unknown color: approx Old Gold. HEX triplet: CC, B9 and 3D. RGB value is (204,185,61). Sum of RGB (Red+Green+Blue) = 204+185+61=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 61 (24.22% from 255 or 13.56% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB93D is #3346C2. Grayscale: #B1B1B1. Windows color (decimal): -3360451 or 4045260. OLE color: 4045260.

HSL color Cylindrical-coordinate representation of color #CCB93D: hue angle of 52.03º 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 #CCB93D is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB20418561-
CMYK00.090.700.2
HSL52.03º58.37%51.96%-
HSV(B)52.03º70.1%80%-
XYZ43.0947.8711.38-
YUV176.5462.79147.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.33%
GREEN value IS 185 (72.66% from 255) = 41.11%
BLUE value IS 61 (24.22% from 255) = 13.56%
R=45.33%
G=41.11%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041856100.090.700.252.0358.3751.96
HexCCB93D094614343a34
Octal3142717501110624647264
Binary110011001011100111110101001100011010100110100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB93D; }

 p { color: rgb(204,185,61); }

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

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

 a { background-color: rgb(204,185,61); }

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

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

 span { border-color: rgb(204,185,61); }

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