Html Css Color HEX #CCCD49 Wattle

📋 copy color: '#CCCD49'

red 204 ◦ green 205 ◦ blue 73

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

Shades of Wattle #CCCD49

Tints of Wattle #CCCD49

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.53%

 BLUE value IS 73 (28.91% from 255) = 15.15%

R = 42.32%
G = 42.53%
B = 15.15%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CCCD49 (or 0xCCCD49) is known color: Wattle. HEX triplet: CC, CD and 49. RGB value is (204,205,73). Sum of RGB (Red+Green+Blue) = 204+205+73=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 73 (28.91% from 255 or 15.15% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCD49 is #3332B6. Grayscale: #BEBEBE. Windows color (decimal): -3355319 or 4836812. OLE color: 4836812.

HSL color Cylindrical-coordinate representation of color #CCCD49: hue angle of 60.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCCD49 is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 73 -
CMYK 0.00 0 0.64 0.20
HSL 60.45º 0.57% 0.55% -
HSV(B) 60.45º 0.64% 0.8% -
XYZ 47.94 56.98 14.78 -
YUV 189.65 62.17 138.23 -
System Red Green Blue C M Y K H S L
Decimal 204 205 73 0.00 0 0.64 0.20 60.45 0.57 0.55
Hex CC CD 49 0 0 40 14 3C 39 37
Octal 314 315 111 0 0 100 24 74 71 67
Binary 11001100 11001101 1001001 0 0 1000000 10100 111100 111001 110111

Color Harmonies of #CCCD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD49

Black with #CCCD49

Text Example


Text Example

White with #CCCD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD49; }

 p { color: rgb(204,205,73); }

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

background-color css

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

 a { background-color: rgb(204,205,73); }

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

border-color css

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

 span { border-color: rgb(204,205,73); }

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