Html Css Color HEX #CDD458 Wild Willow

📋 copy color: '#CDD458'

red 205 ◦ green 212 ◦ blue 88

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

Shades of Wild Willow #CDD458

Tints of Wild Willow #CDD458

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.98%

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

R = 40.59%
G = 41.98%
B = 17.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#CDD458 (or 0xCDD458) is known color: Wild Willow. HEX triplet: CD, D4 and 58. RGB value is (205,212,88). Sum of RGB (Red+Green+Blue) = 205+212+88=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD458 is #322BA7. Grayscale: #C4C4C4. Windows color (decimal): -3287976 or 5821645. OLE color: 5821645.

HSL color Cylindrical-coordinate representation of color #CDD458: hue angle of 63.39º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDD458 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 212 88 -
CMYK 0.03 0 0.58 0.17
HSL 63.39º 0.59% 0.59% -
HSV(B) 63.39º 0.58% 0.83% -
XYZ 50.48 60.77 18.3 -
YUV 195.77 67.18 134.58 -
System Red Green Blue C M Y K H S L
Decimal 205 212 88 0.03 0 0.58 0.17 63.39 0.59 0.59
Hex CD D4 58 3 0 3A 11 3F 3B 3B
Octal 315 324 130 3 0 72 21 77 73 73
Binary 11001101 11010100 1011000 11 0 111010 10001 111111 111011 111011

Color Harmonies of #CDD458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD458

Black with #CDD458

Text Example


Text Example

White with #CDD458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD458; }

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

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

background-color css

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

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

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

border-color css

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

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

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