Html Css Color HEX #CCB85A Tacha

📋 copy color: '#CCB85A'

red 204 ◦ green 184 ◦ blue 90

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

Shades of Tacha #CCB85A

Tints of Tacha #CCB85A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.49%

 BLUE value IS 90 (35.55% from 255) = 18.83%

R = 42.68%
G = 38.49%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CCB85A (or 0xCCB85A) is known color: Tacha. HEX triplet: CC, B8 and 5A. RGB value is (204,184,90). Sum of RGB (Red+Green+Blue) = 204+184+90=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB85A is #3347A5. Grayscale: #B3B3B3. Windows color (decimal): -3360678 or 5945548. OLE color: 5945548.

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

Color convert

RGB 204 184 90 -
CMYK 0 0.10 0.56 0.2
HSL 49.47º 0.53% 0.58% -
HSV(B) 49.47º 0.56% 0.8% -
XYZ 43.89 47.86 16.6 -
YUV 179.26 77.63 145.64 -
System Red Green Blue C M Y K H S L
Decimal 204 184 90 0 0.10 0.56 0.2 49.47 0.53 0.58
Hex CC B8 5A 0 A 38 14 31 35 3A
Octal 314 270 132 0 12 70 24 61 65 72
Binary 11001100 10111000 1011010 0 1010 111000 10100 110001 110101 111010

Color Harmonies of #CCB85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB85A

Black with #CCB85A

Text Example


Text Example

White with #CCB85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB85A; }

 p { color: rgb(204,184,90); }

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

background-color css

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

 a { background-color: rgb(204,184,90); }

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

border-color css

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

 span { border-color: rgb(204,184,90); }

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