Html Css Color HEX #CCC53D Wattle

📋 copy color: '#CCC53D'

red 204 ◦ green 197 ◦ blue 61

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

Shades of Wattle #CCC53D

Tints of Wattle #CCC53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.2%

R = 44.16%
G = 42.64%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CCC53D (or 0xCCC53D) is known color: Wattle. HEX triplet: CC, C5 and 3D. RGB value is (204,197,61). Sum of RGB (Red+Green+Blue) = 204+197+61=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 61 (24.22% from 255 or 13.20% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC53D is #333AC2. Grayscale: #B8B8B8. Windows color (decimal): -3357379 or 4048332. OLE color: 4048332.

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

Color convert

RGB 204 197 61 -
CMYK 0 0.03 0.70 0.2
HSL 57.06º 0.58% 0.52% -
HSV(B) 57.06º 0.7% 0.8% -
XYZ 45.71 53.11 12.26 -
YUV 183.59 58.82 142.56 -
System Red Green Blue C M Y K H S L
Decimal 204 197 61 0 0.03 0.70 0.2 57.06 0.58 0.52
Hex CC C5 3D 0 3 46 14 39 3A 34
Octal 314 305 75 0 3 106 24 71 72 64
Binary 11001100 11000101 111101 0 11 1000110 10100 111001 111010 110100

Color Harmonies of #CCC53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC53D

Black with #CCC53D

Text Example


Text Example

White with #CCC53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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