Html Css Color HEX #CED761 Wild Willow

📋 copy color: '#CED761'

red 206 ◦ green 215 ◦ blue 97

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

Shades of Wild Willow #CED761

Tints of Wild Willow #CED761

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.51%

 BLUE value IS 97 (38.28% from 255) = 18.73%

R = 39.77%
G = 41.51%
B = 18.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#CED761 (or 0xCED761) is known color: Wild Willow. HEX triplet: CE, D7 and 61. RGB value is (206,215,97). Sum of RGB (Red+Green+Blue) = 206+215+97=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #CED761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED761 is #31289E. Grayscale: #C7C7C7. Windows color (decimal): -3221663 or 6412238. OLE color: 6412238.

HSL color Cylindrical-coordinate representation of color #CED761: hue angle of 64.58º degrees, saturation: 0.6, 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 #CED761 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 215 97 -
CMYK 0.04 0 0.55 0.16
HSL 64.58º 0.6% 0.61% -
HSV(B) 64.58º 0.55% 0.84% -
XYZ 51.91 62.59 20.65 -
YUV 198.86 70.52 133.09 -
System Red Green Blue C M Y K H S L
Decimal 206 215 97 0.04 0 0.55 0.16 64.58 0.6 0.61
Hex CE D7 61 4 0 37 10 41 3C 3D
Octal 316 327 141 4 0 67 20 101 74 75
Binary 11001110 11010111 1100001 100 0 110111 10000 1000001 111100 111101

Color Harmonies of #CED761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED761

Black with #CED761

Text Example


Text Example

White with #CED761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED761; }

 p { color: rgb(206,215,97); }

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

background-color css

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

 a { background-color: rgb(206,215,97); }

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

border-color css

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

 span { border-color: rgb(206,215,97); }

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