Html Css Color HEX #CCC631 Wattle

📋 copy color: '#CCC631'

red 204 ◦ green 198 ◦ blue 49

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

Shades of Wattle #CCC631

Tints of Wattle #CCC631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.86%

R = 45.23%
G = 43.9%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCC631 (or 0xCCC631) is known color: Wattle. HEX triplet: CC, C6 and 31. RGB value is (204,198,49). Sum of RGB (Red+Green+Blue) = 204+198+49=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 49 (19.53% from 255 or 10.86% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC631 is #3339CE. Grayscale: #B7B7B7. Windows color (decimal): -3357135 or 3262156. OLE color: 3262156.

HSL color Cylindrical-coordinate representation of color #CCC631: hue angle of 57.68º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCC631 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 198 49 -
CMYK 0 0.03 0.76 0.2
HSL 57.68º 0.61% 0.5% -
HSV(B) 57.68º 0.76% 0.8% -
XYZ 45.65 53.45 10.82 -
YUV 182.81 52.49 143.12 -
System Red Green Blue C M Y K H S L
Decimal 204 198 49 0 0.03 0.76 0.2 57.68 0.61 0.5
Hex CC C6 31 0 3 4C 14 3A 3D 32
Octal 314 306 61 0 3 114 24 72 75 62
Binary 11001100 11000110 110001 0 11 1001100 10100 111010 111101 110010

Color Harmonies of #CCC631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC631

Black with #CCC631

Text Example


Text Example

White with #CCC631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC631; }

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

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

background-color css

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

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

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

border-color css

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

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

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