Html Css Color HEX #CED560 Wild Willow

📋 copy color: '#CED560'

red 206 ◦ green 213 ◦ blue 96

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

Shades of Wild Willow #CED560

Tints of Wild Willow #CED560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.64%

R = 40%
G = 41.36%
B = 18.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#CED560 (or 0xCED560) is known color: Wild Willow. HEX triplet: CE, D5 and 60. RGB value is (206,213,96). Sum of RGB (Red+Green+Blue) = 206+213+96=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #CED560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED560 is #312A9F. Grayscale: #C6C6C6. Windows color (decimal): -3222176 or 6346190. OLE color: 6346190.

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

Color convert

RGB 206 213 96 -
CMYK 0.03 0 0.55 0.16
HSL 63.59º 0.58% 0.61% -
HSV(B) 63.59º 0.55% 0.84% -
XYZ 51.36 61.55 20.24 -
YUV 197.57 70.68 134.01 -
System Red Green Blue C M Y K H S L
Decimal 206 213 96 0.03 0 0.55 0.16 63.59 0.58 0.61
Hex CE D5 60 3 0 37 10 40 3A 3D
Octal 316 325 140 3 0 67 20 100 72 75
Binary 11001110 11010101 1100000 11 0 110111 10000 1000000 111010 111101

Color Harmonies of #CED560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED560

Black with #CED560

Text Example


Text Example

White with #CED560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED560; }

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

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

background-color css

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

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

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

border-color css

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

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

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