Html Css Color HEX #CED065 Wild Willow

📋 copy color: '#CED065'

red 206 ◦ green 208 ◦ blue 101

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

Shades of Wild Willow #CED065

Tints of Wild Willow #CED065

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.39%

 BLUE value IS 101 (39.84% from 255) = 19.61%

R = 40%
G = 40.39%
B = 19.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#CED065 (or 0xCED065) is known color: Wild Willow. HEX triplet: CE, D0 and 65. RGB value is (206,208,101). Sum of RGB (Red+Green+Blue) = 206+208+101=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #CED065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED065 is #312F9A. Grayscale: #C3C3C3. Windows color (decimal): -3223451 or 6672590. OLE color: 6672590.

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

Color convert

RGB 206 208 101 -
CMYK 0.01 0 0.51 0.18
HSL 61.12º 0.53% 0.61% -
HSV(B) 61.12º 0.51% 0.82% -
XYZ 50.36 59.17 21.08 -
YUV 195.2 74.84 135.7 -
System Red Green Blue C M Y K H S L
Decimal 206 208 101 0.01 0 0.51 0.18 61.12 0.53 0.61
Hex CE D0 65 1 0 33 12 3D 35 3D
Octal 316 320 145 1 0 63 22 75 65 75
Binary 11001110 11010000 1100101 1 0 110011 10010 111101 110101 111101

Color Harmonies of #CED065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED065

Black with #CED065

Text Example


Text Example

White with #CED065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED065; }

 p { color: rgb(206,208,101); }

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

background-color css

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

 a { background-color: rgb(206,208,101); }

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

border-color css

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

 span { border-color: rgb(206,208,101); }

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