Html Css Color HEX #CCBD55 Tacha

📋 copy color: '#CCBD55'

red 204 ◦ green 189 ◦ blue 85

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

Shades of Tacha #CCBD55

Tints of Tacha #CCBD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.78%

R = 42.68%
G = 39.54%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCBD55 (or 0xCCBD55) is known color: Tacha. HEX triplet: CC, BD and 55. RGB value is (204,189,85). Sum of RGB (Red+Green+Blue) = 204+189+85=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBD55 is #3342AA. Grayscale: #B6B6B6. Windows color (decimal): -3359403 or 5619148. OLE color: 5619148.

HSL color Cylindrical-coordinate representation of color #CCBD55: hue angle of 52.44º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCBD55 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 189 85 -
CMYK 0 0.07 0.58 0.2
HSL 52.44º 0.54% 0.57% -
HSV(B) 52.44º 0.58% 0.8% -
XYZ 44.74 49.89 15.87 -
YUV 181.63 73.47 143.96 -
System Red Green Blue C M Y K H S L
Decimal 204 189 85 0 0.07 0.58 0.2 52.44 0.54 0.57
Hex CC BD 55 0 7 3A 14 34 36 39
Octal 314 275 125 0 7 72 24 64 66 71
Binary 11001100 10111101 1010101 0 111 111010 10100 110100 110110 111001

Color Harmonies of #CCBD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBD55

Black with #CCBD55

Text Example


Text Example

White with #CCBD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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