Html Css Color HEX #CCC247 Wattle

📋 copy color: '#CCC247'

red 204 ◦ green 194 ◦ blue 71

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

Shades of Wattle #CCC247

Tints of Wattle #CCC247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.14%

R = 43.5%
G = 41.36%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCC247 (or 0xCCC247) is known color: Wattle. HEX triplet: CC, C2 and 47. RGB value is (204,194,71). Sum of RGB (Red+Green+Blue) = 204+194+71=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 71 (28.12% from 255 or 15.14% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC247 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC247 is #333DB8. Grayscale: #B7B7B7. Windows color (decimal): -3358137 or 4702924. OLE color: 4702924.

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

Color convert

RGB 204 194 71 -
CMYK 0 0.05 0.65 0.2
HSL 55.49º 0.57% 0.54% -
HSV(B) 55.49º 0.65% 0.8% -
XYZ 45.33 51.88 13.59 -
YUV 182.97 64.81 143 -
System Red Green Blue C M Y K H S L
Decimal 204 194 71 0 0.05 0.65 0.2 55.49 0.57 0.54
Hex CC C2 47 0 5 41 14 37 39 36
Octal 314 302 107 0 5 101 24 67 71 66
Binary 11001100 11000010 1000111 0 101 1000001 10100 110111 111001 110110

Color Harmonies of #CCC247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC247

Black with #CCC247

Text Example


Text Example

White with #CCC247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC247; }

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

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

background-color css

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

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

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

border-color css

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

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

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