Html Css Color HEX #CCC938 Wattle

📋 copy color: '#CCC938'

red 204 ◦ green 201 ◦ blue 56

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

Shades of Wattle #CCC938

Tints of Wattle #CCC938

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.6%

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

R = 44.25%
G = 43.6%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CCC938 (or 0xCCC938) is known color: Wattle. HEX triplet: CC, C9 and 38. RGB value is (204,201,56). Sum of RGB (Red+Green+Blue) = 204+201+56=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 56 (22.27% from 255 or 12.15% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC938 is #3336C7. Grayscale: #B9B9B9. Windows color (decimal): -3356360 or 3721676. OLE color: 3721676.

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

Color convert

RGB 204 201 56 -
CMYK 0 0.01 0.73 0.2
HSL 58.78º 0.59% 0.51% -
HSV(B) 58.78º 0.73% 0.8% -
XYZ 46.5 54.9 11.89 -
YUV 185.37 54.99 141.29 -
System Red Green Blue C M Y K H S L
Decimal 204 201 56 0 0.01 0.73 0.2 58.78 0.59 0.51
Hex CC C9 38 0 1 49 14 3B 3B 33
Octal 314 311 70 0 1 111 24 73 73 63
Binary 11001100 11001001 111000 0 1 1001001 10100 111011 111011 110011

Color Harmonies of #CCC938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC938

Black with #CCC938

Text Example


Text Example

White with #CCC938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC938; }

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

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

background-color css

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

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

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

border-color css

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

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

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