Html Css Color HEX #CCC731 Wattle

📋 copy color: '#CCC731'

red 204 ◦ green 199 ◦ blue 49

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

Shades of Wattle #CCC731

Tints of Wattle #CCC731

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.03%

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

R = 45.13%
G = 44.03%
B = 10.84%

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

#CCC731 (or 0xCCC731) is known color: Wattle. HEX triplet: CC, C7 and 31. RGB value is (204,199,49). Sum of RGB (Red+Green+Blue) = 204+199+49=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 49 (19.53% from 255 or 10.84% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC731 is #3338CE. Grayscale: #B7B7B7. Windows color (decimal): -3356879 or 3262412. OLE color: 3262412.

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

Color convert

RGB 204 199 49 -
CMYK 0 0.02 0.76 0.2
HSL 58.06º 0.61% 0.5% -
HSV(B) 58.06º 0.76% 0.8% -
XYZ 45.88 53.91 10.89 -
YUV 183.4 52.16 142.7 -
System Red Green Blue C M Y K H S L
Decimal 204 199 49 0 0.02 0.76 0.2 58.06 0.61 0.5
Hex CC C7 31 0 2 4C 14 3A 3D 32
Octal 314 307 61 0 2 114 24 72 75 62
Binary 11001100 11000111 110001 0 10 1001100 10100 111010 111101 110010

Color Harmonies of #CCC731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC731

Black with #CCC731

Text Example


Text Example

White with #CCC731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC731; }

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

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

background-color css

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

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

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

border-color css

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

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

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