Html Css Color HEX #CDD353 Wild Willow

📋 copy color: '#CDD353'

red 205 ◦ green 211 ◦ blue 83

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

Shades of Wild Willow #CDD353

Tints of Wild Willow #CDD353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.63%

R = 41.08%
G = 42.28%
B = 16.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#CDD353 (or 0xCDD353) is known color: Wild Willow. HEX triplet: CD, D3 and 53. RGB value is (205,211,83). Sum of RGB (Red+Green+Blue) = 205+211+83=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD353 is #322CAC. Grayscale: #C3C3C3. Windows color (decimal): -3288237 or 5493709. OLE color: 5493709.

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

Color convert

RGB 205 211 83 -
CMYK 0.03 0 0.61 0.17
HSL 62.81º 0.59% 0.58% -
HSV(B) 62.81º 0.61% 0.83% -
XYZ 50.03 60.19 17.16 -
YUV 194.61 65.01 135.41 -
System Red Green Blue C M Y K H S L
Decimal 205 211 83 0.03 0 0.61 0.17 62.81 0.59 0.58
Hex CD D3 53 3 0 3D 11 3F 3B 3A
Octal 315 323 123 3 0 75 21 77 73 72
Binary 11001101 11010011 1010011 11 0 111101 10001 111111 111011 111010

Color Harmonies of #CDD353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD353

Black with #CDD353

Text Example


Text Example

White with #CDD353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD353; }

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

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

background-color css

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

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

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

border-color css

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

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

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