Html Css Color HEX #CCC736 Wattle

📋 copy color: '#CCC736'

red 204 ◦ green 199 ◦ blue 54

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

Shades of Wattle #CCC736

Tints of Wattle #CCC736

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.54%

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

R = 44.64%
G = 43.54%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CCC736 (or 0xCCC736) is known color: Wattle. HEX triplet: CC, C7 and 36. RGB value is (204,199,54). Sum of RGB (Red+Green+Blue) = 204+199+54=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 54 (21.48% from 255 or 11.82% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC736 is #3338C9. Grayscale: #B8B8B8. Windows color (decimal): -3356874 or 3590092. OLE color: 3590092.

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

Color convert

RGB 204 199 54 -
CMYK 0 0.02 0.74 0.2
HSL 58º 0.6% 0.51% -
HSV(B) 58º 0.74% 0.8% -
XYZ 45.99 53.95 11.48 -
YUV 183.97 54.66 142.29 -
System Red Green Blue C M Y K H S L
Decimal 204 199 54 0 0.02 0.74 0.2 58 0.6 0.51
Hex CC C7 36 0 2 4A 14 3A 3C 33
Octal 314 307 66 0 2 112 24 72 74 63
Binary 11001100 11000111 110110 0 10 1001010 10100 111010 111100 110011

Color Harmonies of #CCC736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC736

Black with #CCC736

Text Example


Text Example

White with #CCC736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC736; }

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

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

background-color css

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

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

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

border-color css

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

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

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