Html Css Color HEX #CED549 Wattle

📋 copy color: '#CED549'

red 206 ◦ green 213 ◦ blue 73

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

Shades of Wattle #CED549

Tints of Wattle #CED549

RGB

 RED value IS 206 (80.86% from 255) = 41.87%

 GREEN value IS 213 (83.59% from 255) = 43.29%

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

R = 41.87%
G = 43.29%
B = 14.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#CED549 (or 0xCED549) is known color: Wattle. HEX triplet: CE, D5 and 49. RGB value is (206,213,73). Sum of RGB (Red+Green+Blue) = 206+213+73=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 213 - color contains mainly: green. Hex color #CED549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED549 is #312AB6. Grayscale: #C3C3C3. Windows color (decimal): -3222199 or 4838862. OLE color: 4838862.

HSL color Cylindrical-coordinate representation of color #CED549: hue angle of 63º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CED549 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 73 -
CMYK 0.03 0 0.66 0.16
HSL 63º 0.63% 0.56% -
HSV(B) 63º 0.66% 0.84% -
XYZ 50.45 61.19 15.46 -
YUV 194.95 59.18 135.88 -
System Red Green Blue C M Y K H S L
Decimal 206 213 73 0.03 0 0.66 0.16 63 0.63 0.56
Hex CE D5 49 3 0 42 10 3F 3E 38
Octal 316 325 111 3 0 102 20 77 76 70
Binary 11001110 11010101 1001001 11 0 1000010 10000 111111 111110 111000

Color Harmonies of #CED549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED549

Black with #CED549

Text Example


Text Example

White with #CED549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED549; }

 p { color: rgb(206,213,73); }

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

background-color css

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

 a { background-color: rgb(206,213,73); }

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

border-color css

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

 span { border-color: rgb(206,213,73); }

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