Html Css Color HEX #CCC831 Wattle

📋 copy color: '#CCC831'

red 204 ◦ green 200 ◦ blue 49

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

Shades of Wattle #CCC831

Tints of Wattle #CCC831

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.15%

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

R = 45.03%
G = 44.15%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCC831 (or 0xCCC831) is known color: Wattle. HEX triplet: CC, C8 and 31. RGB value is (204,200,49). Sum of RGB (Red+Green+Blue) = 204+200+49=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC831 is #3337CE. Grayscale: #B8B8B8. Windows color (decimal): -3356623 or 3262668. OLE color: 3262668.

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

Color convert

RGB 204 200 49 -
CMYK 0 0.02 0.76 0.2
HSL 58.45º 0.61% 0.5% -
HSV(B) 58.45º 0.76% 0.8% -
XYZ 46.11 54.37 10.97 -
YUV 183.98 51.83 142.28 -
System Red Green Blue C M Y K H S L
Decimal 204 200 49 0 0.02 0.76 0.2 58.45 0.61 0.5
Hex CC C8 31 0 2 4C 14 3A 3D 32
Octal 314 310 61 0 2 114 24 72 75 62
Binary 11001100 11001000 110001 0 10 1001100 10100 111010 111101 110010

Color Harmonies of #CCC831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC831

Black with #CCC831

Text Example


Text Example

White with #CCC831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC831; }

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

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

background-color css

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

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

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

border-color css

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

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

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