Html Css Color HEX #CCC436 Wattle

📋 copy color: '#CCC436'

red 204 ◦ green 196 ◦ blue 54

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

Shades of Wattle #CCC436

Tints of Wattle #CCC436

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.17%

 BLUE value IS 54 (21.48% from 255) = 11.89%

R = 44.93%
G = 43.17%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CCC436 (or 0xCCC436) is known color: Wattle. HEX triplet: CC, C4 and 36. RGB value is (204,196,54). Sum of RGB (Red+Green+Blue) = 204+196+54=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 54 (21.48% from 255 or 11.89% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC436 is #333BC9. Grayscale: #B6B6B6. Windows color (decimal): -3357642 or 3589324. OLE color: 3589324.

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

Color convert

RGB 204 196 54 -
CMYK 0 0.04 0.74 0.2
HSL 56.8º 0.6% 0.51% -
HSV(B) 56.8º 0.74% 0.8% -
XYZ 45.31 52.58 11.25 -
YUV 182.2 55.65 143.55 -
System Red Green Blue C M Y K H S L
Decimal 204 196 54 0 0.04 0.74 0.2 56.8 0.6 0.51
Hex CC C4 36 0 4 4A 14 39 3C 33
Octal 314 304 66 0 4 112 24 71 74 63
Binary 11001100 11000100 110110 0 100 1001010 10100 111001 111100 110011

Color Harmonies of #CCC436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC436

Black with #CCC436

Text Example


Text Example

White with #CCC436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC436; }

 p { color: rgb(204,196,54); }

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

background-color css

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

 a { background-color: rgb(204,196,54); }

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

border-color css

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

 span { border-color: rgb(204,196,54); }

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