Html Css Color HEX #CCC135 Wattle

📋 copy color: '#CCC135'

red 204 ◦ green 193 ◦ blue 53

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

Shades of Wattle #CCC135

Tints of Wattle #CCC135

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.89%

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

R = 45.33%
G = 42.89%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CCC135 (or 0xCCC135) is known color: Wattle. HEX triplet: CC, C1 and 35. RGB value is (204,193,53). Sum of RGB (Red+Green+Blue) = 204+193+53=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 53 (21.09% from 255 or 11.78% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC135 is #333ECA. Grayscale: #B4B4B4. Windows color (decimal): -3358411 or 3523020. OLE color: 3523020.

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

Color convert

RGB 204 193 53 -
CMYK 0 0.05 0.74 0.2
HSL 55.63º 0.6% 0.5% -
HSV(B) 55.63º 0.74% 0.8% -
XYZ 44.61 51.23 10.91 -
YUV 180.33 56.14 144.88 -
System Red Green Blue C M Y K H S L
Decimal 204 193 53 0 0.05 0.74 0.2 55.63 0.6 0.5
Hex CC C1 35 0 5 4A 14 38 3C 32
Octal 314 301 65 0 5 112 24 70 74 62
Binary 11001100 11000001 110101 0 101 1001010 10100 111000 111100 110010

Color Harmonies of #CCC135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC135

Black with #CCC135

Text Example


Text Example

White with #CCC135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC135; }

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

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

background-color css

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

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

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

border-color css

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

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

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