Html Css Color HEX #CCC730 Wattle

📋 copy color: '#CCC730'

red 204 ◦ green 199 ◦ blue 48

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

Shades of Wattle #CCC730

Tints of Wattle #CCC730

RGB

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

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

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

R = 45.23%
G = 44.12%
B = 10.64%

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

#CCC730 (or 0xCCC730) is known color: Wattle. HEX triplet: CC, C7 and 30. RGB value is (204,199,48). Sum of RGB (Red+Green+Blue) = 204+199+48=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 48 (19.14% from 255 or 10.64% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC730 is #3338CF. Grayscale: #B7B7B7. Windows color (decimal): -3356880 or 3196876. OLE color: 3196876.

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

Color convert

RGB 204 199 48 -
CMYK 0 0.02 0.76 0.2
HSL 58.08º 0.62% 0.49% -
HSV(B) 58.08º 0.76% 0.8% -
XYZ 45.86 53.9 10.78 -
YUV 183.28 51.66 142.78 -
System Red Green Blue C M Y K H S L
Decimal 204 199 48 0 0.02 0.76 0.2 58.08 0.62 0.49
Hex CC C7 30 0 2 4C 14 3A 3E 31
Octal 314 307 60 0 2 114 24 72 76 61
Binary 11001100 11000111 110000 0 10 1001100 10100 111010 111110 110001

Color Harmonies of #CCC730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC730

Black with #CCC730

Text Example


Text Example

White with #CCC730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC730; }

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

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

background-color css

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

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

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

border-color css

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

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

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