Html Css Color HEX #CCC43A Wattle

📋 copy color: '#CCC43A'

red 204 ◦ green 196 ◦ blue 58

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

Shades of Wattle #CCC43A

Tints of Wattle #CCC43A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.79%

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

R = 44.54%
G = 42.79%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CCC43A (or 0xCCC43A) is known color: Wattle. HEX triplet: CC, C4 and 3A. RGB value is (204,196,58). Sum of RGB (Red+Green+Blue) = 204+196+58=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 58 (23.05% from 255 or 12.66% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC43A is #333BC5. Grayscale: #B7B7B7. Windows color (decimal): -3357638 or 3851468. OLE color: 3851468.

HSL color Cylindrical-coordinate representation of color #CCC43A: hue angle of 56.71º 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 #CCC43A is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 196 58 -
CMYK 0 0.04 0.72 0.2
HSL 56.71º 0.59% 0.51% -
HSV(B) 56.71º 0.72% 0.8% -
XYZ 45.41 52.62 11.77 -
YUV 182.66 57.65 143.22 -
System Red Green Blue C M Y K H S L
Decimal 204 196 58 0 0.04 0.72 0.2 56.71 0.59 0.51
Hex CC C4 3A 0 4 48 14 39 3B 33
Octal 314 304 72 0 4 110 24 71 73 63
Binary 11001100 11000100 111010 0 100 1001000 10100 111001 111011 110011

Color Harmonies of #CCC43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC43A

Black with #CCC43A

Text Example


Text Example

White with #CCC43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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