Html Css Color HEX #CCC630 Wattle

📋 copy color: '#CCC630'

red 204 ◦ green 198 ◦ blue 48

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

Shades of Wattle #CCC630

Tints of Wattle #CCC630

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44%

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

R = 45.33%
G = 44%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCC630 (or 0xCCC630) is known color: Wattle. HEX triplet: CC, C6 and 30. RGB value is (204,198,48). Sum of RGB (Red+Green+Blue) = 204+198+48=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC630 is #3339CF. Grayscale: #B7B7B7. Windows color (decimal): -3357136 or 3196620. OLE color: 3196620.

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

Color convert

RGB 204 198 48 -
CMYK 0 0.03 0.76 0.2
HSL 57.69º 0.62% 0.49% -
HSV(B) 57.69º 0.76% 0.8% -
XYZ 45.63 53.44 10.71 -
YUV 182.69 51.99 143.2 -
System Red Green Blue C M Y K H S L
Decimal 204 198 48 0 0.03 0.76 0.2 57.69 0.62 0.49
Hex CC C6 30 0 3 4C 14 3A 3E 31
Octal 314 306 60 0 3 114 24 72 76 61
Binary 11001100 11000110 110000 0 11 1001100 10100 111010 111110 110001

Color Harmonies of #CCC630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC630

Black with #CCC630

Text Example


Text Example

White with #CCC630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC630; }

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

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

background-color css

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

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

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

border-color css

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

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

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