Html Css Color HEX #CCC54D Wattle

📋 copy color: '#CCC54D'

red 204 ◦ green 197 ◦ blue 77

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

Shades of Wattle #CCC54D

Tints of Wattle #CCC54D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.21%

 BLUE value IS 77 (30.47% from 255) = 16.11%

R = 42.68%
G = 41.21%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CCC54D (or 0xCCC54D) is known color: Wattle. HEX triplet: CC, C5 and 4D. RGB value is (204,197,77). Sum of RGB (Red+Green+Blue) = 204+197+77=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC54D is #333AB2. Grayscale: #B9B9B9. Windows color (decimal): -3357363 or 5096908. OLE color: 5096908.

HSL color Cylindrical-coordinate representation of color #CCC54D: hue angle of 56.69º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCC54D is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 197 77 -
CMYK 0 0.03 0.62 0.2
HSL 56.69º 0.55% 0.55% -
HSV(B) 56.69º 0.62% 0.8% -
XYZ 46.21 53.31 14.87 -
YUV 185.41 66.82 141.26 -
System Red Green Blue C M Y K H S L
Decimal 204 197 77 0 0.03 0.62 0.2 56.69 0.55 0.55
Hex CC C5 4D 0 3 3E 14 39 37 37
Octal 314 305 115 0 3 76 24 71 67 67
Binary 11001100 11000101 1001101 0 11 111110 10100 111001 110111 110111

Color Harmonies of #CCC54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC54D

Black with #CCC54D

Text Example


Text Example

White with #CCC54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC54D; }

 p { color: rgb(204,197,77); }

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

background-color css

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

 a { background-color: rgb(204,197,77); }

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

border-color css

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

 span { border-color: rgb(204,197,77); }

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