Html Css Color HEX #CDD358 Wild Willow

📋 copy color: '#CDD358'

red 205 ◦ green 211 ◦ blue 88

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

Shades of Wild Willow #CDD358

Tints of Wild Willow #CDD358

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.87%

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

R = 40.67%
G = 41.87%
B = 17.46%

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

#CDD358 (or 0xCDD358) is known color: Wild Willow. HEX triplet: CD, D3 and 58. RGB value is (205,211,88). Sum of RGB (Red+Green+Blue) = 205+211+88=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 88 (34.77% from 255 or 17.46% from 504); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD358 is #322CA7. Grayscale: #C3C3C3. Windows color (decimal): -3288232 or 5821389. OLE color: 5821389.

HSL color Cylindrical-coordinate representation of color #CDD358: hue angle of 62.93º degrees, saturation: 0.58, 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 #CDD358 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 211 88 -
CMYK 0.03 0 0.58 0.17
HSL 62.93º 0.58% 0.59% -
HSV(B) 62.93º 0.58% 0.83% -
XYZ 50.23 60.27 18.22 -
YUV 195.18 67.51 135 -
System Red Green Blue C M Y K H S L
Decimal 205 211 88 0.03 0 0.58 0.17 62.93 0.58 0.59
Hex CD D3 58 3 0 3A 11 3F 3A 3B
Octal 315 323 130 3 0 72 21 77 72 73
Binary 11001101 11010011 1011000 11 0 111010 10001 111111 111010 111011

Color Harmonies of #CDD358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD358

Black with #CDD358

Text Example


Text Example

White with #CDD358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD358; }

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

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

background-color css

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

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

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

border-color css

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

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

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