Html Css Color HEX #CCC644 Wattle

📋 copy color: '#CCC644'

red 204 ◦ green 198 ◦ blue 68

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

Shades of Wattle #CCC644

Tints of Wattle #CCC644

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.13%

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

R = 43.4%
G = 42.13%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CCC644 (or 0xCCC644) is known color: Wattle. HEX triplet: CC, C6 and 44. RGB value is (204,198,68). Sum of RGB (Red+Green+Blue) = 204+198+68=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 68 (26.95% from 255 or 14.47% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC644 is #3339BB. Grayscale: #B9B9B9. Windows color (decimal): -3357116 or 4507340. OLE color: 4507340.

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

Color convert

RGB 204 198 68 -
CMYK 0 0.03 0.67 0.2
HSL 57.35º 0.57% 0.53% -
HSV(B) 57.35º 0.67% 0.8% -
XYZ 46.14 53.64 13.39 -
YUV 184.97 61.99 141.57 -
System Red Green Blue C M Y K H S L
Decimal 204 198 68 0 0.03 0.67 0.2 57.35 0.57 0.53
Hex CC C6 44 0 3 43 14 39 39 35
Octal 314 306 104 0 3 103 24 71 71 65
Binary 11001100 11000110 1000100 0 11 1000011 10100 111001 111001 110101

Color Harmonies of #CCC644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC644

Black with #CCC644

Text Example


Text Example

White with #CCC644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC644; }

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

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

background-color css

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

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

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

border-color css

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

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

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