Html Css Color HEX #CED263 Wild Willow

📋 copy color: '#CED263'

red 206 ◦ green 210 ◦ blue 99

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

Shades of Wild Willow #CED263

Tints of Wild Willow #CED263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.22%

R = 40%
G = 40.78%
B = 19.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#CED263 (or 0xCED263) is known color: Wild Willow. HEX triplet: CE, D2 and 63. RGB value is (206,210,99). Sum of RGB (Red+Green+Blue) = 206+210+99=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 99 (39.06% from 255 or 19.22% from 515); Max value from RGB is 210 - color contains mainly: green. Hex color #CED263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED263 is #312D9C. Grayscale: #C4C4C4. Windows color (decimal): -3222941 or 6542030. OLE color: 6542030.

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

Color convert

RGB 206 210 99 -
CMYK 0.02 0 0.53 0.18
HSL 62.16º 0.55% 0.61% -
HSV(B) 62.16º 0.53% 0.82% -
XYZ 50.75 60.12 20.73 -
YUV 196.15 73.17 135.03 -
System Red Green Blue C M Y K H S L
Decimal 206 210 99 0.02 0 0.53 0.18 62.16 0.55 0.61
Hex CE D2 63 2 0 35 12 3E 37 3D
Octal 316 322 143 2 0 65 22 76 67 75
Binary 11001110 11010010 1100011 10 0 110101 10010 111110 110111 111101

Color Harmonies of #CED263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED263

Black with #CED263

Text Example


Text Example

White with #CED263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED263; }

 p { color: rgb(206,210,99); }

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

background-color css

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

 a { background-color: rgb(206,210,99); }

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

border-color css

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

 span { border-color: rgb(206,210,99); }

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