Html Css Color HEX #CDD661 Wild Willow

📋 copy color: '#CDD661'

red 205 ◦ green 214 ◦ blue 97

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

Shades of Wild Willow #CDD661

Tints of Wild Willow #CDD661

RGB

 RED value IS 205 (80.47% from 255) = 39.73%

 GREEN value IS 214 (83.98% from 255) = 41.47%

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

R = 39.73%
G = 41.47%
B = 18.8%

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

#CDD661 (or 0xCDD661) is known color: Wild Willow. HEX triplet: CD, D6 and 61. RGB value is (205,214,97). Sum of RGB (Red+Green+Blue) = 205+214+97=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 97 (38.28% from 255 or 18.80% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD661 is #32299E. Grayscale: #C6C6C6. Windows color (decimal): -3287455 or 6411981. OLE color: 6411981.

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

Color convert

RGB 205 214 97 -
CMYK 0.04 0 0.55 0.16
HSL 64.62º 0.59% 0.61% -
HSV(B) 64.62º 0.55% 0.84% -
XYZ 51.38 61.94 20.56 -
YUV 197.97 71.02 133.01 -
System Red Green Blue C M Y K H S L
Decimal 205 214 97 0.04 0 0.55 0.16 64.62 0.59 0.61
Hex CD D6 61 4 0 37 10 41 3B 3D
Octal 315 326 141 4 0 67 20 101 73 75
Binary 11001101 11010110 1100001 100 0 110111 10000 1000001 111011 111101

Color Harmonies of #CDD661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD661

Black with #CDD661

Text Example


Text Example

White with #CDD661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD661; }

 p { color: rgb(205,214,97); }

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

background-color css

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

 a { background-color: rgb(205,214,97); }

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

border-color css

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

 span { border-color: rgb(205,214,97); }

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