Html Css Color HEX #CDD461 Wild Willow

📋 copy color: '#CDD461'

red 205 ◦ green 212 ◦ blue 97

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

Shades of Wild Willow #CDD461

Tints of Wild Willow #CDD461

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.25%

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

R = 39.88%
G = 41.25%
B = 18.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#CDD461 (or 0xCDD461) is known color: Wild Willow. HEX triplet: CD, D4 and 61. RGB value is (205,212,97). Sum of RGB (Red+Green+Blue) = 205+212+97=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 97 (38.28% from 255 or 18.87% from 514); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD461 is #322B9E. Grayscale: #C5C5C5. Windows color (decimal): -3287967 or 6411469. OLE color: 6411469.

HSL color Cylindrical-coordinate representation of color #CDD461: hue angle of 63.65º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDD461 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 212 97 -
CMYK 0.03 0 0.54 0.17
HSL 63.65º 0.57% 0.61% -
HSV(B) 63.65º 0.54% 0.83% -
XYZ 50.88 60.93 20.39 -
YUV 196.8 71.68 133.85 -
System Red Green Blue C M Y K H S L
Decimal 205 212 97 0.03 0 0.54 0.17 63.65 0.57 0.61
Hex CD D4 61 3 0 36 11 40 39 3D
Octal 315 324 141 3 0 66 21 100 71 75
Binary 11001101 11010100 1100001 11 0 110110 10001 1000000 111001 111101

Color Harmonies of #CDD461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD461

Black with #CDD461

Text Example


Text Example

White with #CDD461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD461; }

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

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

background-color css

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

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

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

border-color css

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

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

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