Html Css Color HEX #CCB953 Tacha

📋 copy color: '#CCB953'

red 204 ◦ green 185 ◦ blue 83

#CCB953
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #CCB953

Tints of Tacha #CCB953

RGB

 RED value IS 204 (80.08% from 255) = 43.22%

 GREEN value IS 185 (72.66% from 255) = 39.19%

 BLUE value IS 83 (32.81% from 255) = 17.58%

R = 43.22%
G = 39.19%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CCB953 (or 0xCCB953) is known color: Tacha. HEX triplet: CC, B9 and 53. RGB value is (204,185,83). Sum of RGB (Red+Green+Blue) = 204+185+83=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 83 (32.81% from 255 or 17.58% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB953 is #3346AC. Grayscale: #B3B3B3. Windows color (decimal): -3360429 or 5487052. OLE color: 5487052.

HSL color Cylindrical-coordinate representation of color #CCB953: hue angle of 50.58º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCB953 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 83 -
CMYK 0 0.09 0.59 0.2
HSL 50.58º 0.54% 0.56% -
HSV(B) 50.58º 0.59% 0.8% -
XYZ 43.81 48.16 15.17 -
YUV 179.05 73.79 145.79 -
System Red Green Blue C M Y K H S L
Decimal 204 185 83 0 0.09 0.59 0.2 50.58 0.54 0.56
Hex CC B9 53 0 9 3B 14 33 36 38
Octal 314 271 123 0 11 73 24 63 66 70
Binary 11001100 10111001 1010011 0 1001 111011 10100 110011 110110 111000

Color Harmonies of #CCB953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB953

Black with #CCB953

Text Example


Text Example

White with #CCB953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB953; }

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

 H1.HeaderClassName
 {
   color: #CCB953;
 }
 .AnyTagClassName
 {
   color: #CCB953;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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