Html Css Color HEX #CCC935 Wattle

📋 copy color: '#CCC935'

red 204 ◦ green 201 ◦ blue 53

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

Shades of Wattle #CCC935

Tints of Wattle #CCC935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.57%

R = 44.54%
G = 43.89%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CCC935 (or 0xCCC935) is known color: Wattle. HEX triplet: CC, C9 and 35. RGB value is (204,201,53). Sum of RGB (Red+Green+Blue) = 204+201+53=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 53 (21.09% from 255 or 11.57% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC935 is #3336CA. Grayscale: #B9B9B9. Windows color (decimal): -3356363 or 3525068. OLE color: 3525068.

HSL color Cylindrical-coordinate representation of color #CCC935: hue angle of 58.81º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCC935 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 53 -
CMYK 0 0.01 0.74 0.2
HSL 58.81º 0.6% 0.5% -
HSV(B) 58.81º 0.74% 0.8% -
XYZ 46.43 54.87 11.51 -
YUV 185.03 53.49 141.53 -
System Red Green Blue C M Y K H S L
Decimal 204 201 53 0 0.01 0.74 0.2 58.81 0.6 0.5
Hex CC C9 35 0 1 4A 14 3B 3C 32
Octal 314 311 65 0 1 112 24 73 74 62
Binary 11001100 11001001 110101 0 1 1001010 10100 111011 111100 110010

Color Harmonies of #CCC935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC935

Black with #CCC935

Text Example


Text Example

White with #CCC935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC935; }

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

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

background-color css

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

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

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

border-color css

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

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

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