Html Css Color HEX #CCB75B Tacha

📋 copy color: '#CCB75B'

red 204 ◦ green 183 ◦ blue 91

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

Shades of Tacha #CCB75B

Tints of Tacha #CCB75B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.28%

 BLUE value IS 91 (35.94% from 255) = 19.04%

R = 42.68%
G = 38.28%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CCB75B (or 0xCCB75B) is known color: Tacha. HEX triplet: CC, B7 and 5B. RGB value is (204,183,91). Sum of RGB (Red+Green+Blue) = 204+183+91=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB75B is #3348A4. Grayscale: #B3B3B3. Windows color (decimal): -3360933 or 6010828. OLE color: 6010828.

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

Color convert

RGB 204 183 91 -
CMYK 0 0.10 0.55 0.2
HSL 48.85º 0.53% 0.58% -
HSV(B) 48.85º 0.55% 0.8% -
XYZ 43.72 47.46 16.75 -
YUV 178.79 78.46 145.98 -
System Red Green Blue C M Y K H S L
Decimal 204 183 91 0 0.10 0.55 0.2 48.85 0.53 0.58
Hex CC B7 5B 0 A 37 14 31 35 3A
Octal 314 267 133 0 12 67 24 61 65 72
Binary 11001100 10110111 1011011 0 1010 110111 10100 110001 110101 111010

Color Harmonies of #CCB75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB75B

Black with #CCB75B

Text Example


Text Example

White with #CCB75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB75B; }

 p { color: rgb(204,183,91); }

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

background-color css

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

 a { background-color: rgb(204,183,91); }

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

border-color css

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

 span { border-color: rgb(204,183,91); }

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