#cbbd58

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

Shades of Tacha #CBBD58

Tints of Tacha #CBBD58

Color information

#CBBD58 (or 0xCBBD58) is unknown color: approx Tacha. HEX triplet: CB, BD and 58. RGB value is (203,189,88). Sum of RGB (Red+Green+Blue) = 203+189+88=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 88 (34.77% from 255 or 18.33% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBD58 is #3442A7. Grayscale: #B6B6B6. Windows color (decimal): -3424936 or 5815755. OLE color: 5815755.

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

Color convert

RGB20318988-
CMYK00.070.570.20
HSL52.7º52.51%57.06%-
HSV(B)52.7º56.65%79.61%-
XYZ44.5949.816.49-
YUV181.6775.14143.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.29%
GREEN value IS 189 (74.22% from 255) = 39.38%
BLUE value IS 88 (34.77% from 255) = 18.33%
R=42.29%
G=39.38%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031898800.070.570.2052.752.5157.06
HexCBBD58073914353539
Octal313275130077124656571
Binary11001011101111011011000011111100110100110101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbbd58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbbd58; }

 p { color: rgb(203,189,88); }

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

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

 a { background-color: rgb(203,189,88); }

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

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

 span { border-color: rgb(203,189,88); }

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