Html Css Color HEX #CCD249 Wattle

📋 copy color: '#CCD249'

red 204 ◦ green 210 ◦ blue 73

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

Shades of Wattle #CCD249

Tints of Wattle #CCD249

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.12%

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

R = 41.89%
G = 43.12%
B = 14.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#CCD249 (or 0xCCD249) is known color: Wattle. HEX triplet: CC, D2 and 49. RGB value is (204,210,73). Sum of RGB (Red+Green+Blue) = 204+210+73=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 73 (28.91% from 255 or 14.99% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD249 is #332DB6. Grayscale: #C1C1C1. Windows color (decimal): -3354039 or 4838092. OLE color: 4838092.

HSL color Cylindrical-coordinate representation of color #CCD249: hue angle of 62.63º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCD249 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 73 -
CMYK 0.03 0 0.65 0.18
HSL 62.63º 0.6% 0.55% -
HSV(B) 62.63º 0.65% 0.82% -
XYZ 49.15 59.41 15.18 -
YUV 192.59 60.51 136.14 -
System Red Green Blue C M Y K H S L
Decimal 204 210 73 0.03 0 0.65 0.18 62.63 0.6 0.55
Hex CC D2 49 3 0 41 12 3F 3C 37
Octal 314 322 111 3 0 101 22 77 74 67
Binary 11001100 11010010 1001001 11 0 1000001 10010 111111 111100 110111

Color Harmonies of #CCD249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD249

Black with #CCD249

Text Example


Text Example

White with #CCD249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD249; }

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

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

background-color css

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

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

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

border-color css

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

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

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