Html Css Color HEX #CCC230 Wattle

📋 copy color: '#CCC230'

red 204 ◦ green 194 ◦ blue 48

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

Shades of Wattle #CCC230

Tints of Wattle #CCC230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.76%

R = 45.74%
G = 43.5%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCC230 (or 0xCCC230) is known color: Wattle. HEX triplet: CC, C2 and 30. RGB value is (204,194,48). Sum of RGB (Red+Green+Blue) = 204+194+48=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC230 is #333DCF. Grayscale: #B4B4B4. Windows color (decimal): -3358160 or 3195596. OLE color: 3195596.

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

Color convert

RGB 204 194 48 -
CMYK 0 0.05 0.76 0.2
HSL 56.15º 0.62% 0.49% -
HSV(B) 56.15º 0.76% 0.8% -
XYZ 44.73 51.63 10.41 -
YUV 180.35 53.31 144.87 -
System Red Green Blue C M Y K H S L
Decimal 204 194 48 0 0.05 0.76 0.2 56.15 0.62 0.49
Hex CC C2 30 0 5 4C 14 38 3E 31
Octal 314 302 60 0 5 114 24 70 76 61
Binary 11001100 11000010 110000 0 101 1001100 10100 111000 111110 110001

Color Harmonies of #CCC230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC230

Black with #CCC230

Text Example


Text Example

White with #CCC230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC230; }

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

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

background-color css

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

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

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

border-color css

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

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

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