#CBBF4B

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

Shades of Old Gold #CBBF4B

Tints of Old Gold #CBBF4B

Color information

#CBBF4B (or 0xCBBF4B) is unknown color: approx Old Gold. HEX triplet: CB, BF and 4B. RGB value is (203,191,75). Sum of RGB (Red+Green+Blue) = 203+191+75=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBF4B is #3440B4. Grayscale: #B5B5B5. Windows color (decimal): -3424437 or 4964299. OLE color: 4964299.

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

Color convert

RGB20319175-
CMYK00.060.630.20
HSL54.38º55.17%54.51%-
HSV(B)54.38º63.05%79.61%-
XYZ44.5350.4714.05-
YUV181.3667.98143.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.28%
GREEN value IS 191 (75% from 255) = 40.72%
BLUE value IS 75 (29.69% from 255) = 15.99%
R=43.28%
G=40.72%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031917500.060.630.2054.3855.1754.51
HexCBBF4B063F14363737
Octal313277113067724666767
Binary11001011101111111001011011011111110100110110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBF4B; }

 p { color: rgb(203,191,75); }

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

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

 a { background-color: rgb(203,191,75); }

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

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

 span { border-color: rgb(203,191,75); }

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