Html Css Color HEX #CDD760 Wild Willow

📋 copy color: '#CDD760'

red 205 ◦ green 215 ◦ blue 96

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

Shades of Wild Willow #CDD760

Tints of Wild Willow #CDD760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.6%

R = 39.73%
G = 41.67%
B = 18.6%

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

#CDD760 (or 0xCDD760) is known color: Wild Willow. HEX triplet: CD, D7 and 60. RGB value is (205,215,96). Sum of RGB (Red+Green+Blue) = 205+215+96=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD760 is #32289F. Grayscale: #C6C6C6. Windows color (decimal): -3287200 or 6346701. OLE color: 6346701.

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

Color convert

RGB 205 215 96 -
CMYK 0.05 0 0.55 0.16
HSL 65.04º 0.6% 0.61% -
HSV(B) 65.04º 0.55% 0.84% -
XYZ 51.59 62.42 20.4 -
YUV 198.44 70.19 132.68 -
System Red Green Blue C M Y K H S L
Decimal 205 215 96 0.05 0 0.55 0.16 65.04 0.6 0.61
Hex CD D7 60 5 0 37 10 41 3C 3D
Octal 315 327 140 5 0 67 20 101 74 75
Binary 11001101 11010111 1100000 101 0 110111 10000 1000001 111100 111101

Color Harmonies of #CDD760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD760

Black with #CDD760

Text Example


Text Example

White with #CDD760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD760; }

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

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

background-color css

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

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

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

border-color css

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

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

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