Html Css Color HEX #CCC834 Wattle

📋 copy color: '#CCC834'

red 204 ◦ green 200 ◦ blue 52

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

Shades of Wattle #CCC834

Tints of Wattle #CCC834

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.86%

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

R = 44.74%
G = 43.86%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCC834 (or 0xCCC834) is known color: Wattle. HEX triplet: CC, C8 and 34. RGB value is (204,200,52). Sum of RGB (Red+Green+Blue) = 204+200+52=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 52 (20.70% from 255 or 11.40% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC834 is #3337CB. Grayscale: #B8B8B8. Windows color (decimal): -3356620 or 3459276. OLE color: 3459276.

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

Color convert

RGB 204 200 52 -
CMYK 0 0.02 0.75 0.2
HSL 58.42º 0.6% 0.5% -
HSV(B) 58.42º 0.75% 0.8% -
XYZ 46.18 54.39 11.31 -
YUV 184.32 53.33 142.03 -
System Red Green Blue C M Y K H S L
Decimal 204 200 52 0 0.02 0.75 0.2 58.42 0.6 0.5
Hex CC C8 34 0 2 4B 14 3A 3C 32
Octal 314 310 64 0 2 113 24 72 74 62
Binary 11001100 11001000 110100 0 10 1001011 10100 111010 111100 110010

Color Harmonies of #CCC834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC834

Black with #CCC834

Text Example


Text Example

White with #CCC834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC834; }

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

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

background-color css

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

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

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

border-color css

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

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

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