Html Css Color HEX #CCB366 Tacha

📋 copy color: '#CCB366'

red 204 ◦ green 179 ◦ blue 102

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

Shades of Tacha #CCB366

Tints of Tacha #CCB366

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.91%

 BLUE value IS 102 (40.23% from 255) = 21.03%

R = 42.06%
G = 36.91%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CCB366 (or 0xCCB366) is known color: Tacha. HEX triplet: CC, B3 and 66. RGB value is (204,179,102). Sum of RGB (Red+Green+Blue) = 204+179+102=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB366 is #334C99. Grayscale: #B2B2B2. Windows color (decimal): -3361946 or 6730700. OLE color: 6730700.

HSL color Cylindrical-coordinate representation of color #CCB366: hue angle of 45.29º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCB366 is Cyan = 0, Magento = 0.12, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 179 102 -
CMYK 0 0.12 0.5 0.2
HSL 45.29º 0.5% 0.6% -
HSV(B) 45.29º 0.5% 0.8% -
XYZ 43.42 46.04 19.17 -
YUV 177.7 85.28 146.76 -
System Red Green Blue C M Y K H S L
Decimal 204 179 102 0 0.12 0.5 0.2 45.29 0.5 0.6
Hex CC B3 66 0 C 32 14 2D 32 3C
Octal 314 263 146 0 14 62 24 55 62 74
Binary 11001100 10110011 1100110 0 1100 110010 10100 101101 110010 111100

Color Harmonies of #CCB366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB366

Black with #CCB366

Text Example


Text Example

White with #CCB366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB366; }

 p { color: rgb(204,179,102); }

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

background-color css

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

 a { background-color: rgb(204,179,102); }

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

border-color css

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

 span { border-color: rgb(204,179,102); }

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