Html Css Color HEX #CDDC5A Wild Willow

📋 copy color: '#CDDC5A'

red 205 ◦ green 220 ◦ blue 90

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

Shades of Wild Willow #CDDC5A

Tints of Wild Willow #CDDC5A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.72%

 BLUE value IS 90 (35.55% from 255) = 17.48%

R = 39.81%
G = 42.72%
B = 17.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#CDDC5A (or 0xCDDC5A) is known color: Wild Willow. HEX triplet: CD, DC and 5A. RGB value is (205,220,90). Sum of RGB (Red+Green+Blue) = 205+220+90=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC5A is #3223A5. Grayscale: #C9C9C9. Windows color (decimal): -3285926 or 5954765. OLE color: 5954765.

HSL color Cylindrical-coordinate representation of color #CDDC5A: hue angle of 66.92º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDDC5A is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 220 90 -
CMYK 0.07 0 0.59 0.14
HSL 66.92º 0.65% 0.61% -
HSV(B) 66.92º 0.59% 0.86% -
XYZ 52.62 64.9 19.43 -
YUV 200.7 65.53 131.07 -
System Red Green Blue C M Y K H S L
Decimal 205 220 90 0.07 0 0.59 0.14 66.92 0.65 0.61
Hex CD DC 5A 7 0 3B E 43 41 3D
Octal 315 334 132 7 0 73 16 103 101 75
Binary 11001101 11011100 1011010 111 0 111011 1110 1000011 1000001 111101

Color Harmonies of #CDDC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC5A

Black with #CDDC5A

Text Example


Text Example

White with #CDDC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC5A; }

 p { color: rgb(205,220,90); }

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

background-color css

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

 a { background-color: rgb(205,220,90); }

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

border-color css

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

 span { border-color: rgb(205,220,90); }

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