Html Css Color HEX #CCBD66 Tacha

📋 copy color: '#CCBD66'

red 204 ◦ green 189 ◦ blue 102

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

Shades of Tacha #CCBD66

Tints of Tacha #CCBD66

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.18%

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

R = 41.21%
G = 38.18%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CCBD66 (or 0xCCBD66) is known color: Tacha. HEX triplet: CC, BD and 66. RGB value is (204,189,102). Sum of RGB (Red+Green+Blue) = 204+189+102=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBD66 is #334299. Grayscale: #B7B7B7. Windows color (decimal): -3359386 or 6733260. OLE color: 6733260.

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

Color convert

RGB 204 189 102 -
CMYK 0 0.07 0.5 0.2
HSL 51.18º 0.5% 0.6% -
HSV(B) 51.18º 0.5% 0.8% -
XYZ 45.5 50.19 19.86 -
YUV 183.57 81.97 142.57 -
System Red Green Blue C M Y K H S L
Decimal 204 189 102 0 0.07 0.5 0.2 51.18 0.5 0.6
Hex CC BD 66 0 7 32 14 33 32 3C
Octal 314 275 146 0 7 62 24 63 62 74
Binary 11001100 10111101 1100110 0 111 110010 10100 110011 110010 111100

Color Harmonies of #CCBD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBD66

Black with #CCBD66

Text Example


Text Example

White with #CCBD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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