Html Css Color HEX #CED349 Wattle

📋 copy color: '#CED349'

red 206 ◦ green 211 ◦ blue 73

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

Shades of Wattle #CED349

Tints of Wattle #CED349

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.06%

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

R = 42.04%
G = 43.06%
B = 14.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#CED349 (or 0xCED349) is known color: Wattle. HEX triplet: CE, D3 and 49. RGB value is (206,211,73). Sum of RGB (Red+Green+Blue) = 206+211+73=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 211 - color contains mainly: green. Hex color #CED349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED349 is #312CB6. Grayscale: #C2C2C2. Windows color (decimal): -3222711 or 4838350. OLE color: 4838350.

HSL color Cylindrical-coordinate representation of color #CED349: hue angle of 62.17º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CED349 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 211 73 -
CMYK 0.02 0 0.65 0.17
HSL 62.17º 0.61% 0.56% -
HSV(B) 62.17º 0.65% 0.83% -
XYZ 49.95 60.19 15.29 -
YUV 193.77 59.84 136.72 -
System Red Green Blue C M Y K H S L
Decimal 206 211 73 0.02 0 0.65 0.17 62.17 0.61 0.56
Hex CE D3 49 2 0 41 11 3E 3D 38
Octal 316 323 111 2 0 101 21 76 75 70
Binary 11001110 11010011 1001001 10 0 1000001 10001 111110 111101 111000

Color Harmonies of #CED349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED349

Black with #CED349

Text Example


Text Example

White with #CED349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED349; }

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

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

background-color css

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

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

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

border-color css

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

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

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