Html Css Color HEX #CDDA5D Wild Willow

📋 copy color: '#CDDA5D'

red 205 ◦ green 218 ◦ blue 93

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

Shades of Wild Willow #CDDA5D

Tints of Wild Willow #CDDA5D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.25%

 BLUE value IS 93 (36.72% from 255) = 18.02%

R = 39.73%
G = 42.25%
B = 18.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#CDDA5D (or 0xCDDA5D) is known color: Wild Willow. HEX triplet: CD, DA and 5D. RGB value is (205,218,93). Sum of RGB (Red+Green+Blue) = 205+218+93=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA5D is #3225A2. Grayscale: #C8C8C8. Windows color (decimal): -3286435 or 6150861. OLE color: 6150861.

HSL color Cylindrical-coordinate representation of color #CDDA5D: hue angle of 66.24º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDDA5D is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 218 93 -
CMYK 0.06 0 0.57 0.15
HSL 66.24º 0.63% 0.61% -
HSV(B) 66.24º 0.57% 0.85% -
XYZ 52.22 63.91 19.94 -
YUV 199.86 67.69 131.66 -
System Red Green Blue C M Y K H S L
Decimal 205 218 93 0.06 0 0.57 0.15 66.24 0.63 0.61
Hex CD DA 5D 6 0 39 F 42 3F 3D
Octal 315 332 135 6 0 71 17 102 77 75
Binary 11001101 11011010 1011101 110 0 111001 1111 1000010 111111 111101

Color Harmonies of #CDDA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA5D

Black with #CDDA5D

Text Example


Text Example

White with #CDDA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA5D; }

 p { color: rgb(205,218,93); }

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

background-color css

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

 a { background-color: rgb(205,218,93); }

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

border-color css

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

 span { border-color: rgb(205,218,93); }

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