Html Css Color HEX #CCB86D Tacha

📋 copy color: '#CCB86D'

red 204 ◦ green 184 ◦ blue 109

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

Shades of Tacha #CCB86D

Tints of Tacha #CCB86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.93%

R = 41.05%
G = 37.02%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCB86D (or 0xCCB86D) is known color: Tacha. HEX triplet: CC, B8 and 6D. RGB value is (204,184,109). Sum of RGB (Red+Green+Blue) = 204+184+109=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB86D is #334792. Grayscale: #B5B5B5. Windows color (decimal): -3360659 or 7190732. OLE color: 7190732.

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

Color convert

RGB 204 184 109 -
CMYK 0 0.10 0.47 0.2
HSL 47.37º 0.48% 0.61% -
HSV(B) 47.37º 0.47% 0.8% -
XYZ 44.8 48.22 21.41 -
YUV 181.43 87.13 144.1 -
System Red Green Blue C M Y K H S L
Decimal 204 184 109 0 0.10 0.47 0.2 47.37 0.48 0.61
Hex CC B8 6D 0 A 2F 14 2F 30 3D
Octal 314 270 155 0 12 57 24 57 60 75
Binary 11001100 10111000 1101101 0 1010 101111 10100 101111 110000 111101

Color Harmonies of #CCB86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB86D

Black with #CCB86D

Text Example


Text Example

White with #CCB86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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