Html Css Color HEX #CCC33C Wattle

📋 copy color: '#CCC33C'

red 204 ◦ green 195 ◦ blue 60

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

Shades of Wattle #CCC33C

Tints of Wattle #CCC33C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.07%

R = 44.44%
G = 42.48%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CCC33C (or 0xCCC33C) is known color: Wattle. HEX triplet: CC, C3 and 3C. RGB value is (204,195,60). Sum of RGB (Red+Green+Blue) = 204+195+60=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC33C is #333CC3. Grayscale: #B6B6B6. Windows color (decimal): -3357892 or 3982284. OLE color: 3982284.

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

Color convert

RGB 204 195 60 -
CMYK 0 0.04 0.71 0.2
HSL 56.25º 0.59% 0.52% -
HSV(B) 56.25º 0.71% 0.8% -
XYZ 45.23 52.19 11.97 -
YUV 182.3 58.98 143.48 -
System Red Green Blue C M Y K H S L
Decimal 204 195 60 0 0.04 0.71 0.2 56.25 0.59 0.52
Hex CC C3 3C 0 4 47 14 38 3B 34
Octal 314 303 74 0 4 107 24 70 73 64
Binary 11001100 11000011 111100 0 100 1000111 10100 111000 111011 110100

Color Harmonies of #CCC33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC33C

Black with #CCC33C

Text Example


Text Example

White with #CCC33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC33C; }

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

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

background-color css

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

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

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

border-color css

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

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

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