Html Css Color HEX #CDD761 Wild Willow

📋 copy color: '#CDD761'

red 205 ◦ green 215 ◦ blue 97

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

Shades of Wild Willow #CDD761

Tints of Wild Willow #CDD761

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.59%

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

R = 39.65%
G = 41.59%
B = 18.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#CDD761 (or 0xCDD761) is known color: Wild Willow. HEX triplet: CD, D7 and 61. RGB value is (205,215,97). Sum of RGB (Red+Green+Blue) = 205+215+97=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD761 is #32289E. Grayscale: #C7C7C7. Windows color (decimal): -3287199 or 6412237. OLE color: 6412237.

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

Color convert

RGB 205 215 97 -
CMYK 0.05 0 0.55 0.16
HSL 65.08º 0.6% 0.61% -
HSV(B) 65.08º 0.55% 0.84% -
XYZ 51.63 62.44 20.64 -
YUV 198.56 70.69 132.59 -
System Red Green Blue C M Y K H S L
Decimal 205 215 97 0.05 0 0.55 0.16 65.08 0.6 0.61
Hex CD D7 61 5 0 37 10 41 3C 3D
Octal 315 327 141 5 0 67 20 101 74 75
Binary 11001101 11010111 1100001 101 0 110111 10000 1000001 111100 111101

Color Harmonies of #CDD761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD761

Black with #CDD761

Text Example


Text Example

White with #CDD761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD761; }

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

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

background-color css

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

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

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

border-color css

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

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

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