Html Css Color HEX #CCC667 Tacha

📋 copy color: '#CCC667'

red 204 ◦ green 198 ◦ blue 103

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

Shades of Tacha #CCC667

Tints of Tacha #CCC667

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.21%

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

R = 40.4%
G = 39.21%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CCC667 (or 0xCCC667) is known color: Tacha. HEX triplet: CC, C6 and 67. RGB value is (204,198,103). Sum of RGB (Red+Green+Blue) = 204+198+103=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 103 (40.62% from 255 or 20.40% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC667 is #333998. Grayscale: #BDBDBD. Windows color (decimal): -3357081 or 6801100. OLE color: 6801100.

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

Color convert

RGB 204 198 103 -
CMYK 0 0.03 0.50 0.2
HSL 56.44º 0.5% 0.6% -
HSV(B) 56.44º 0.5% 0.8% -
XYZ 47.54 54.2 20.79 -
YUV 188.96 79.49 138.72 -
System Red Green Blue C M Y K H S L
Decimal 204 198 103 0 0.03 0.50 0.2 56.44 0.5 0.6
Hex CC C6 67 0 3 32 14 38 32 3C
Octal 314 306 147 0 3 62 24 70 62 74
Binary 11001100 11000110 1100111 0 11 110010 10100 111000 110010 111100

Color Harmonies of #CCC667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC667

Black with #CCC667

Text Example


Text Example

White with #CCC667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC667; }

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

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

background-color css

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

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

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

border-color css

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

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

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