Html Css Color HEX #CCC93A Wattle

📋 copy color: '#CCC93A'

red 204 ◦ green 201 ◦ blue 58

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

Shades of Wattle #CCC93A

Tints of Wattle #CCC93A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.41%

 BLUE value IS 58 (23.05% from 255) = 12.53%

R = 44.06%
G = 43.41%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CCC93A (or 0xCCC93A) is known color: Wattle. HEX triplet: CC, C9 and 3A. RGB value is (204,201,58). Sum of RGB (Red+Green+Blue) = 204+201+58=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC93A is #3336C5. Grayscale: #BABABA. Windows color (decimal): -3356358 or 3852748. OLE color: 3852748.

HSL color Cylindrical-coordinate representation of color #CCC93A: hue angle of 58.77º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCC93A is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 58 -
CMYK 0 0.01 0.72 0.2
HSL 58.77º 0.59% 0.51% -
HSV(B) 58.77º 0.72% 0.8% -
XYZ 46.55 54.92 12.15 -
YUV 185.6 55.99 141.13 -
System Red Green Blue C M Y K H S L
Decimal 204 201 58 0 0.01 0.72 0.2 58.77 0.59 0.51
Hex CC C9 3A 0 1 48 14 3B 3B 33
Octal 314 311 72 0 1 110 24 73 73 63
Binary 11001100 11001001 111010 0 1 1001000 10100 111011 111011 110011

Color Harmonies of #CCC93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC93A

Black with #CCC93A

Text Example


Text Example

White with #CCC93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC93A; }

 p { color: rgb(204,201,58); }

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

background-color css

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

 a { background-color: rgb(204,201,58); }

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

border-color css

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

 span { border-color: rgb(204,201,58); }

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