Html Css Color HEX #CDD757 Wild Willow

📋 copy color: '#CDD757'

red 205 ◦ green 215 ◦ blue 87

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

Shades of Wild Willow #CDD757

Tints of Wild Willow #CDD757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.16%

R = 40.43%
G = 42.41%
B = 17.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#CDD757 (or 0xCDD757) is known color: Wild Willow. HEX triplet: CD, D7 and 57. RGB value is (205,215,87). Sum of RGB (Red+Green+Blue) = 205+215+87=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 87 (34.38% from 255 or 17.16% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD757 is #3228A8. Grayscale: #C5C5C5. Windows color (decimal): -3287209 or 5756877. OLE color: 5756877.

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

Color convert

RGB 205 215 87 -
CMYK 0.05 0 0.60 0.16
HSL 64.69º 0.62% 0.59% -
HSV(B) 64.69º 0.6% 0.84% -
XYZ 51.2 62.27 18.34 -
YUV 197.42 65.69 133.41 -
System Red Green Blue C M Y K H S L
Decimal 205 215 87 0.05 0 0.60 0.16 64.69 0.62 0.59
Hex CD D7 57 5 0 3C 10 41 3E 3B
Octal 315 327 127 5 0 74 20 101 76 73
Binary 11001101 11010111 1010111 101 0 111100 10000 1000001 111110 111011

Color Harmonies of #CDD757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD757

Black with #CDD757

Text Example


Text Example

White with #CDD757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD757; }

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

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

background-color css

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

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

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

border-color css

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

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

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