Html Css Color HEX #CDD65C Wild Willow

📋 copy color: '#CDD65C'

red 205 ◦ green 214 ◦ blue 92

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

Shades of Wild Willow #CDD65C

Tints of Wild Willow #CDD65C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18%

R = 40.12%
G = 41.88%
B = 18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#CDD65C (or 0xCDD65C) is known color: Wild Willow. HEX triplet: CD, D6 and 5C. RGB value is (205,214,92). Sum of RGB (Red+Green+Blue) = 205+214+92=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD65C is #3229A3. Grayscale: #C5C5C5. Windows color (decimal): -3287460 or 6084301. OLE color: 6084301.

HSL color Cylindrical-coordinate representation of color #CDD65C: hue angle of 64.43º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDD65C is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 214 92 -
CMYK 0.04 0 0.57 0.16
HSL 64.43º 0.6% 0.6% -
HSV(B) 64.43º 0.57% 0.84% -
XYZ 51.16 61.84 19.37 -
YUV 197.4 68.52 133.42 -
System Red Green Blue C M Y K H S L
Decimal 205 214 92 0.04 0 0.57 0.16 64.43 0.6 0.6
Hex CD D6 5C 4 0 39 10 40 3C 3C
Octal 315 326 134 4 0 71 20 100 74 74
Binary 11001101 11010110 1011100 100 0 111001 10000 1000000 111100 111100

Color Harmonies of #CDD65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD65C

Black with #CDD65C

Text Example


Text Example

White with #CDD65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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