Html Css Color HEX #CDDA58 Wild Willow

📋 copy color: '#CDDA58'

red 205 ◦ green 218 ◦ blue 88

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

Shades of Wild Willow #CDDA58

Tints of Wild Willow #CDDA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.22%

R = 40.12%
G = 42.66%
B = 17.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#CDDA58 (or 0xCDDA58) is known color: Wild Willow. HEX triplet: CD, DA and 58. RGB value is (205,218,88). Sum of RGB (Red+Green+Blue) = 205+218+88=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 88 (34.77% from 255 or 17.22% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA58 is #3225A7. Grayscale: #C7C7C7. Windows color (decimal): -3286440 or 5823181. OLE color: 5823181.

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

Color convert

RGB 205 218 88 -
CMYK 0.06 0 0.60 0.15
HSL 66º 0.64% 0.6% -
HSV(B) 66º 0.6% 0.85% -
XYZ 52.01 63.83 18.81 -
YUV 199.29 65.19 132.07 -
System Red Green Blue C M Y K H S L
Decimal 205 218 88 0.06 0 0.60 0.15 66 0.64 0.6
Hex CD DA 58 6 0 3C F 42 40 3C
Octal 315 332 130 6 0 74 17 102 100 74
Binary 11001101 11011010 1011000 110 0 111100 1111 1000010 1000000 111100

Color Harmonies of #CDDA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA58

Black with #CDDA58

Text Example


Text Example

White with #CDDA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA58; }

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

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

background-color css

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

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

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

border-color css

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

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

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