Html Css Color HEX #CCC343 Wattle

📋 copy color: '#CCC343'

red 204 ◦ green 195 ◦ blue 67

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

Shades of Wattle #CCC343

Tints of Wattle #CCC343

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.85%

 BLUE value IS 67 (26.56% from 255) = 14.38%

R = 43.78%
G = 41.85%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CCC343 (or 0xCCC343) is known color: Wattle. HEX triplet: CC, C3 and 43. RGB value is (204,195,67). Sum of RGB (Red+Green+Blue) = 204+195+67=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 67 (26.56% from 255 or 14.38% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC343 is #333CBC. Grayscale: #B7B7B7. Windows color (decimal): -3357885 or 4441036. OLE color: 4441036.

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

Color convert

RGB 204 195 67 -
CMYK 0 0.04 0.67 0.2
HSL 56.06º 0.57% 0.53% -
HSV(B) 56.06º 0.67% 0.8% -
XYZ 45.43 52.27 13.01 -
YUV 183.1 62.48 142.91 -
System Red Green Blue C M Y K H S L
Decimal 204 195 67 0 0.04 0.67 0.2 56.06 0.57 0.53
Hex CC C3 43 0 4 43 14 38 39 35
Octal 314 303 103 0 4 103 24 70 71 65
Binary 11001100 11000011 1000011 0 100 1000011 10100 111000 111001 110101

Color Harmonies of #CCC343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC343

Black with #CCC343

Text Example


Text Example

White with #CCC343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC343; }

 p { color: rgb(204,195,67); }

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

background-color css

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

 a { background-color: rgb(204,195,67); }

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

border-color css

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

 span { border-color: rgb(204,195,67); }

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