Html Css Color HEX #CDD95D Wild Willow

📋 copy color: '#CDD95D'

red 205 ◦ green 217 ◦ blue 93

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

Shades of Wild Willow #CDD95D

Tints of Wild Willow #CDD95D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.14%

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

R = 39.81%
G = 42.14%
B = 18.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#CDD95D (or 0xCDD95D) is known color: Wild Willow. HEX triplet: CD, D9 and 5D. RGB value is (205,217,93). Sum of RGB (Red+Green+Blue) = 205+217+93=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD95D is #3226A2. Grayscale: #C7C7C7. Windows color (decimal): -3286691 or 6150605. OLE color: 6150605.

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

Color convert

RGB 205 217 93 -
CMYK 0.06 0 0.57 0.15
HSL 65.81º 0.62% 0.61% -
HSV(B) 65.81º 0.57% 0.85% -
XYZ 51.97 63.4 19.85 -
YUV 199.28 68.02 132.08 -
System Red Green Blue C M Y K H S L
Decimal 205 217 93 0.06 0 0.57 0.15 65.81 0.62 0.61
Hex CD D9 5D 6 0 39 F 42 3E 3D
Octal 315 331 135 6 0 71 17 102 76 75
Binary 11001101 11011001 1011101 110 0 111001 1111 1000010 111110 111101

Color Harmonies of #CDD95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD95D

Black with #CDD95D

Text Example


Text Example

White with #CDD95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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