Html Css Color HEX #CCC34C Wattle

📋 copy color: '#CCC34C'

red 204 ◦ green 195 ◦ blue 76

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

Shades of Wattle #CCC34C

Tints of Wattle #CCC34C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16%

R = 42.95%
G = 41.05%
B = 16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCC34C (or 0xCCC34C) is known color: Wattle. HEX triplet: CC, C3 and 4C. RGB value is (204,195,76). Sum of RGB (Red+Green+Blue) = 204+195+76=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC34C is #333CB3. Grayscale: #B8B8B8. Windows color (decimal): -3357876 or 5030860. OLE color: 5030860.

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

Color convert

RGB 204 195 76 -
CMYK 0 0.04 0.63 0.2
HSL 55.78º 0.56% 0.55% -
HSV(B) 55.78º 0.63% 0.8% -
XYZ 45.72 52.39 14.54 -
YUV 184.13 66.98 142.18 -
System Red Green Blue C M Y K H S L
Decimal 204 195 76 0 0.04 0.63 0.2 55.78 0.56 0.55
Hex CC C3 4C 0 4 3F 14 38 38 37
Octal 314 303 114 0 4 77 24 70 70 67
Binary 11001100 11000011 1001100 0 100 111111 10100 111000 111000 110111

Color Harmonies of #CCC34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC34C

Black with #CCC34C

Text Example


Text Example

White with #CCC34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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