Html Css Color HEX #CCC235 Wattle

📋 copy color: '#CCC235'

red 204 ◦ green 194 ◦ blue 53

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

Shades of Wattle #CCC235

Tints of Wattle #CCC235

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.02%

 BLUE value IS 53 (21.09% from 255) = 11.75%

R = 45.23%
G = 43.02%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CCC235 (or 0xCCC235) is known color: Wattle. HEX triplet: CC, C2 and 35. RGB value is (204,194,53). Sum of RGB (Red+Green+Blue) = 204+194+53=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 53 (21.09% from 255 or 11.75% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC235 is #333DCA. Grayscale: #B5B5B5. Windows color (decimal): -3358155 or 3523276. OLE color: 3523276.

HSL color Cylindrical-coordinate representation of color #CCC235: hue angle of 56.03º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCC235 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 194 53 -
CMYK 0 0.05 0.74 0.2
HSL 56.03º 0.6% 0.5% -
HSV(B) 56.03º 0.74% 0.8% -
XYZ 44.84 51.68 10.98 -
YUV 180.92 55.81 144.46 -
System Red Green Blue C M Y K H S L
Decimal 204 194 53 0 0.05 0.74 0.2 56.03 0.6 0.5
Hex CC C2 35 0 5 4A 14 38 3C 32
Octal 314 302 65 0 5 112 24 70 74 62
Binary 11001100 11000010 110101 0 101 1001010 10100 111000 111100 110010

Color Harmonies of #CCC235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC235

Black with #CCC235

Text Example


Text Example

White with #CCC235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC235; }

 p { color: rgb(204,194,53); }

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

background-color css

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

 a { background-color: rgb(204,194,53); }

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

border-color css

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

 span { border-color: rgb(204,194,53); }

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