Html Css Color HEX #CCB950 Tacha

📋 copy color: '#CCB950'

red 204 ◦ green 185 ◦ blue 80

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

Shades of Tacha #CCB950

Tints of Tacha #CCB950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.45%

 BLUE value IS 80 (31.64% from 255) = 17.06%

R = 43.5%
G = 39.45%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CCB950 (or 0xCCB950) is known color: Tacha. HEX triplet: CC, B9 and 50. RGB value is (204,185,80). Sum of RGB (Red+Green+Blue) = 204+185+80=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 80 (31.64% from 255 or 17.06% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB950 is #3346AF. Grayscale: #B3B3B3. Windows color (decimal): -3360432 or 5290444. OLE color: 5290444.

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

Color convert

RGB 204 185 80 -
CMYK 0 0.09 0.61 0.2
HSL 50.81º 0.55% 0.56% -
HSV(B) 50.81º 0.61% 0.8% -
XYZ 43.7 48.11 14.57 -
YUV 178.71 72.29 146.04 -
System Red Green Blue C M Y K H S L
Decimal 204 185 80 0 0.09 0.61 0.2 50.81 0.55 0.56
Hex CC B9 50 0 9 3D 14 33 37 38
Octal 314 271 120 0 11 75 24 63 67 70
Binary 11001100 10111001 1010000 0 1001 111101 10100 110011 110111 111000

Color Harmonies of #CCB950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB950

Black with #CCB950

Text Example


Text Example

White with #CCB950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB950; }

 p { color: rgb(204,185,80); }

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

background-color css

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

 a { background-color: rgb(204,185,80); }

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

border-color css

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

 span { border-color: rgb(204,185,80); }

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