Html Css Color HEX #CCB667 Tacha

📋 copy color: '#CCB667'

red 204 ◦ green 182 ◦ blue 103

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

Shades of Tacha #CCB667

Tints of Tacha #CCB667

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.22%

 BLUE value IS 103 (40.63% from 255) = 21.06%

R = 41.72%
G = 37.22%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CCB667 (or 0xCCB667) is known color: Tacha. HEX triplet: CC, B6 and 67. RGB value is (204,182,103). Sum of RGB (Red+Green+Blue) = 204+182+103=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 103 (40.62% from 255 or 21.06% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB667 is #334998. Grayscale: #B3B3B3. Windows color (decimal): -3361177 or 6797004. OLE color: 6797004.

HSL color Cylindrical-coordinate representation of color #CCB667: hue angle of 46.93º 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 #CCB667 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 182 103 -
CMYK 0 0.11 0.50 0.2
HSL 46.93º 0.5% 0.6% -
HSV(B) 46.93º 0.5% 0.8% -
XYZ 44.08 47.27 19.63 -
YUV 179.57 84.79 145.42 -
System Red Green Blue C M Y K H S L
Decimal 204 182 103 0 0.11 0.50 0.2 46.93 0.5 0.6
Hex CC B6 67 0 B 32 14 2F 32 3C
Octal 314 266 147 0 13 62 24 57 62 74
Binary 11001100 10110110 1100111 0 1011 110010 10100 101111 110010 111100

Color Harmonies of #CCB667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB667

Black with #CCB667

Text Example


Text Example

White with #CCB667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB667; }

 p { color: rgb(204,182,103); }

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

background-color css

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

 a { background-color: rgb(204,182,103); }

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

border-color css

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

 span { border-color: rgb(204,182,103); }

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