Html Css Color HEX #CDD35D Wild Willow

📋 copy color: '#CDD35D'

red 205 ◦ green 211 ◦ blue 93

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

Shades of Wild Willow #CDD35D

Tints of Wild Willow #CDD35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.27%

R = 40.28%
G = 41.45%
B = 18.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#CDD35D (or 0xCDD35D) is known color: Wild Willow. HEX triplet: CD, D3 and 5D. RGB value is (205,211,93). Sum of RGB (Red+Green+Blue) = 205+211+93=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD35D is #322CA2. Grayscale: #C4C4C4. Windows color (decimal): -3288227 or 6149069. OLE color: 6149069.

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

Color convert

RGB 205 211 93 -
CMYK 0.03 0 0.56 0.17
HSL 63.05º 0.57% 0.6% -
HSV(B) 63.05º 0.56% 0.83% -
XYZ 50.45 60.36 19.35 -
YUV 195.75 70.01 134.59 -
System Red Green Blue C M Y K H S L
Decimal 205 211 93 0.03 0 0.56 0.17 63.05 0.57 0.6
Hex CD D3 5D 3 0 38 11 3F 39 3C
Octal 315 323 135 3 0 70 21 77 71 74
Binary 11001101 11010011 1011101 11 0 111000 10001 111111 111001 111100

Color Harmonies of #CDD35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD35D

Black with #CDD35D

Text Example


Text Example

White with #CDD35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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