Html Css Color HEX #CCC430 Wattle

📋 copy color: '#CCC430'

red 204 ◦ green 196 ◦ blue 48

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

Shades of Wattle #CCC430

Tints of Wattle #CCC430

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.75%

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

R = 45.54%
G = 43.75%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCC430 (or 0xCCC430) is known color: Wattle. HEX triplet: CC, C4 and 30. RGB value is (204,196,48). Sum of RGB (Red+Green+Blue) = 204+196+48=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC430 is #333BCF. Grayscale: #B6B6B6. Windows color (decimal): -3357648 or 3196108. OLE color: 3196108.

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

Color convert

RGB 204 196 48 -
CMYK 0 0.04 0.76 0.2
HSL 56.92º 0.62% 0.49% -
HSV(B) 56.92º 0.76% 0.8% -
XYZ 45.18 52.53 10.55 -
YUV 181.52 52.65 144.03 -
System Red Green Blue C M Y K H S L
Decimal 204 196 48 0 0.04 0.76 0.2 56.92 0.62 0.49
Hex CC C4 30 0 4 4C 14 39 3E 31
Octal 314 304 60 0 4 114 24 71 76 61
Binary 11001100 11000100 110000 0 100 1001100 10100 111001 111110 110001

Color Harmonies of #CCC430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC430

Black with #CCC430

Text Example


Text Example

White with #CCC430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC430; }

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

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

background-color css

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

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

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

border-color css

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

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

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