Html Css Color HEX #CCB85D Tacha

📋 copy color: '#CCB85D'

red 204 ◦ green 184 ◦ blue 93

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

Shades of Tacha #CCB85D

Tints of Tacha #CCB85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.33%

R = 42.41%
G = 38.25%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CCB85D (or 0xCCB85D) is known color: Tacha. HEX triplet: CC, B8 and 5D. RGB value is (204,184,93). Sum of RGB (Red+Green+Blue) = 204+184+93=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB85D is #3347A2. Grayscale: #B3B3B3. Windows color (decimal): -3360675 or 6142156. OLE color: 6142156.

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

Color convert

RGB 204 184 93 -
CMYK 0 0.10 0.54 0.2
HSL 49.19º 0.52% 0.58% -
HSV(B) 49.19º 0.54% 0.8% -
XYZ 44.02 47.91 17.28 -
YUV 179.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 204 184 93 0 0.10 0.54 0.2 49.19 0.52 0.58
Hex CC B8 5D 0 A 36 14 31 34 3A
Octal 314 270 135 0 12 66 24 61 64 72
Binary 11001100 10111000 1011101 0 1010 110110 10100 110001 110100 111010

Color Harmonies of #CCB85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB85D

Black with #CCB85D

Text Example


Text Example

White with #CCB85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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