Html Css Color HEX #CCC134 Wattle

📋 copy color: '#CCC134'

red 204 ◦ green 193 ◦ blue 52

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

Shades of Wattle #CCC134

Tints of Wattle #CCC134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.58%

R = 45.43%
G = 42.98%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCC134 (or 0xCCC134) is known color: Wattle. HEX triplet: CC, C1 and 34. RGB value is (204,193,52). Sum of RGB (Red+Green+Blue) = 204+193+52=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC134 is #333ECB. Grayscale: #B4B4B4. Windows color (decimal): -3358412 or 3457484. OLE color: 3457484.

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

Color convert

RGB 204 193 52 -
CMYK 0 0.05 0.75 0.2
HSL 55.66º 0.6% 0.5% -
HSV(B) 55.66º 0.75% 0.8% -
XYZ 44.59 51.23 10.79 -
YUV 180.22 55.64 144.96 -
System Red Green Blue C M Y K H S L
Decimal 204 193 52 0 0.05 0.75 0.2 55.66 0.6 0.5
Hex CC C1 34 0 5 4B 14 38 3C 32
Octal 314 301 64 0 5 113 24 70 74 62
Binary 11001100 11000001 110100 0 101 1001011 10100 111000 111100 110010

Color Harmonies of #CCC134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC134

Black with #CCC134

Text Example


Text Example

White with #CCC134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC134; }

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

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

background-color css

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

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

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

border-color css

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

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

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