Html Css Color HEX #CDDA5B Wild Willow

📋 copy color: '#CDDA5B'

red 205 ◦ green 218 ◦ blue 91

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

Shades of Wild Willow #CDDA5B

Tints of Wild Willow #CDDA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.7%

R = 39.88%
G = 42.41%
B = 17.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#CDDA5B (or 0xCDDA5B) is known color: Wild Willow. HEX triplet: CD, DA and 5B. RGB value is (205,218,91). Sum of RGB (Red+Green+Blue) = 205+218+91=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 91 (35.94% from 255 or 17.70% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA5B is #3225A4. Grayscale: #C8C8C8. Windows color (decimal): -3286437 or 6019789. OLE color: 6019789.

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

Color convert

RGB 205 218 91 -
CMYK 0.06 0 0.58 0.15
HSL 66.14º 0.63% 0.61% -
HSV(B) 66.14º 0.58% 0.85% -
XYZ 52.14 63.88 19.48 -
YUV 199.64 66.69 131.83 -
System Red Green Blue C M Y K H S L
Decimal 205 218 91 0.06 0 0.58 0.15 66.14 0.63 0.61
Hex CD DA 5B 6 0 3A F 42 3F 3D
Octal 315 332 133 6 0 72 17 102 77 75
Binary 11001101 11011010 1011011 110 0 111010 1111 1000010 111111 111101

Color Harmonies of #CDDA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA5B

Black with #CDDA5B

Text Example


Text Example

White with #CDDA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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