Html Css Color HEX #CED149 Wattle

📋 copy color: '#CED149'

red 206 ◦ green 209 ◦ blue 73

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

Shades of Wattle #CED149

Tints of Wattle #CED149

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.83%

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

R = 42.21%
G = 42.83%
B = 14.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#CED149 (or 0xCED149) is known color: Wattle. HEX triplet: CE, D1 and 49. RGB value is (206,209,73). Sum of RGB (Red+Green+Blue) = 206+209+73=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 209 - color contains mainly: green. Hex color #CED149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED149 is #312EB6. Grayscale: #C1C1C1. Windows color (decimal): -3223223 or 4837838. OLE color: 4837838.

HSL color Cylindrical-coordinate representation of color #CED149: hue angle of 61.32º 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 #CED149 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 209 73 -
CMYK 0.01 0 0.65 0.18
HSL 61.32º 0.6% 0.55% -
HSV(B) 61.32º 0.65% 0.82% -
XYZ 49.46 59.2 15.12 -
YUV 192.6 60.51 137.56 -
System Red Green Blue C M Y K H S L
Decimal 206 209 73 0.01 0 0.65 0.18 61.32 0.6 0.55
Hex CE D1 49 1 0 41 12 3D 3C 37
Octal 316 321 111 1 0 101 22 75 74 67
Binary 11001110 11010001 1001001 1 0 1000001 10010 111101 111100 110111

Color Harmonies of #CED149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED149

Black with #CED149

Text Example


Text Example

White with #CED149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED149; }

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

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

background-color css

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

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

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

border-color css

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

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

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