Html Css Color HEX #CCC344 Wattle

📋 copy color: '#CCC344'

red 204 ◦ green 195 ◦ blue 68

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

Shades of Wattle #CCC344

Tints of Wattle #CCC344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.56%

R = 43.68%
G = 41.76%
B = 14.56%

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

#CCC344 (or 0xCCC344) is known color: Wattle. HEX triplet: CC, C3 and 44. RGB value is (204,195,68). Sum of RGB (Red+Green+Blue) = 204+195+68=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC344 is #333CBB. Grayscale: #B7B7B7. Windows color (decimal): -3357884 or 4506572. OLE color: 4506572.

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

Color convert

RGB 204 195 68 -
CMYK 0 0.04 0.67 0.2
HSL 56.03º 0.57% 0.53% -
HSV(B) 56.03º 0.67% 0.8% -
XYZ 45.46 52.28 13.16 -
YUV 183.21 62.98 142.83 -
System Red Green Blue C M Y K H S L
Decimal 204 195 68 0 0.04 0.67 0.2 56.03 0.57 0.53
Hex CC C3 44 0 4 43 14 38 39 35
Octal 314 303 104 0 4 103 24 70 71 65
Binary 11001100 11000011 1000100 0 100 1000011 10100 111000 111001 110101

Color Harmonies of #CCC344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC344

Black with #CCC344

Text Example


Text Example

White with #CCC344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC344; }

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

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

background-color css

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

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

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

border-color css

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

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

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