Html Css Color HEX #CDD165 Wild Willow

📋 copy color: '#CDD165'

red 205 ◦ green 209 ◦ blue 101

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

Shades of Wild Willow #CDD165

Tints of Wild Willow #CDD165

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.58%

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

R = 39.81%
G = 40.58%
B = 19.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#CDD165 (or 0xCDD165) is known color: Wild Willow. HEX triplet: CD, D1 and 65. RGB value is (205,209,101). Sum of RGB (Red+Green+Blue) = 205+209+101=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD165 is #322E9A. Grayscale: #C3C3C3. Windows color (decimal): -3288731 or 6672845. OLE color: 6672845.

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

Color convert

RGB 205 209 101 -
CMYK 0.02 0 0.52 0.18
HSL 62.22º 0.54% 0.61% -
HSV(B) 62.22º 0.52% 0.82% -
XYZ 50.33 59.52 21.15 -
YUV 195.49 74.67 134.78 -
System Red Green Blue C M Y K H S L
Decimal 205 209 101 0.02 0 0.52 0.18 62.22 0.54 0.61
Hex CD D1 65 2 0 34 12 3E 36 3D
Octal 315 321 145 2 0 64 22 76 66 75
Binary 11001101 11010001 1100101 10 0 110100 10010 111110 110110 111101

Color Harmonies of #CDD165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD165

Black with #CDD165

Text Example


Text Example

White with #CDD165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD165; }

 p { color: rgb(205,209,101); }

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

background-color css

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

 a { background-color: rgb(205,209,101); }

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

border-color css

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

 span { border-color: rgb(205,209,101); }

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