Html Css Color HEX #CCBC54 Tacha

📋 copy color: '#CCBC54'

red 204 ◦ green 188 ◦ blue 84

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

Shades of Tacha #CCBC54

Tints of Tacha #CCBC54

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.5%

 BLUE value IS 84 (33.2% from 255) = 17.65%

R = 42.86%
G = 39.5%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CCBC54 (or 0xCCBC54) is known color: Tacha. HEX triplet: CC, BC and 54. RGB value is (204,188,84). Sum of RGB (Red+Green+Blue) = 204+188+84=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 84 (33.20% from 255 or 17.65% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC54 is #3343AB. Grayscale: #B5B5B5. Windows color (decimal): -3359660 or 5553356. OLE color: 5553356.

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

Color convert

RGB 204 188 84 -
CMYK 0 0.08 0.59 0.2
HSL 52º 0.54% 0.56% -
HSV(B) 52º 0.59% 0.8% -
XYZ 44.49 49.44 15.59 -
YUV 180.93 73.3 144.46 -
System Red Green Blue C M Y K H S L
Decimal 204 188 84 0 0.08 0.59 0.2 52 0.54 0.56
Hex CC BC 54 0 8 3B 14 34 36 38
Octal 314 274 124 0 10 73 24 64 66 70
Binary 11001100 10111100 1010100 0 1000 111011 10100 110100 110110 111000

Color Harmonies of #CCBC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC54

Black with #CCBC54

Text Example


Text Example

White with #CCBC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC54; }

 p { color: rgb(204,188,84); }

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

background-color css

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

 a { background-color: rgb(204,188,84); }

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

border-color css

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

 span { border-color: rgb(204,188,84); }

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