#CBBE4D

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

Shades of Old Gold #CBBE4D

Tints of Old Gold #CBBE4D

Color information

#CBBE4D (or 0xCBBE4D) is unknown color: approx Old Gold. HEX triplet: CB, BE and 4D. RGB value is (203,190,77). Sum of RGB (Red+Green+Blue) = 203+190+77=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBE4D is #3441B2. Grayscale: #B5B5B5. Windows color (decimal): -3424691 or 5095115. OLE color: 5095115.

HSL color Cylindrical-coordinate representation of color #CBBE4D: hue angle of 53.81º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBBE4D is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB20319077-
CMYK00.060.620.20
HSL53.81º54.78%54.9%-
HSV(B)53.81º62.07%79.61%-
XYZ44.3850.0614.34-
YUV18169.31143.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.19%
GREEN value IS 190 (74.61% from 255) = 40.43%
BLUE value IS 77 (30.47% from 255) = 16.38%
R=43.19%
G=40.43%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031907700.060.620.2053.8154.7854.9
HexCBBE4D063E14363737
Octal313276115067624666767
Binary11001011101111101001101011011111010100110110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBE4D; }

 p { color: rgb(203,190,77); }

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

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

 a { background-color: rgb(203,190,77); }

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

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

 span { border-color: rgb(203,190,77); }

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