Html Css Color HEX #CCC638 Wattle

📋 copy color: '#CCC638'

red 204 ◦ green 198 ◦ blue 56

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

Shades of Wattle #CCC638

Tints of Wattle #CCC638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.23%

R = 44.54%
G = 43.23%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CCC638 (or 0xCCC638) is known color: Wattle. HEX triplet: CC, C6 and 38. RGB value is (204,198,56). Sum of RGB (Red+Green+Blue) = 204+198+56=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 56 (22.27% from 255 or 12.23% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC638 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC638 is #3339C7. Grayscale: #B8B8B8. Windows color (decimal): -3357128 or 3720908. OLE color: 3720908.

HSL color Cylindrical-coordinate representation of color #CCC638: hue angle of 57.57º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCC638 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 198 56 -
CMYK 0 0.03 0.73 0.2
HSL 57.57º 0.59% 0.51% -
HSV(B) 57.57º 0.73% 0.8% -
XYZ 45.81 53.51 11.66 -
YUV 183.61 55.99 142.55 -
System Red Green Blue C M Y K H S L
Decimal 204 198 56 0 0.03 0.73 0.2 57.57 0.59 0.51
Hex CC C6 38 0 3 49 14 3A 3B 33
Octal 314 306 70 0 3 111 24 72 73 63
Binary 11001100 11000110 111000 0 11 1001001 10100 111010 111011 110011

Color Harmonies of #CCC638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC638

Black with #CCC638

Text Example


Text Example

White with #CCC638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC638; }

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

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

background-color css

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

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

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

border-color css

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

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

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