Html Css Color HEX #CDD55F Wild Willow

📋 copy color: '#CDD55F'

red 205 ◦ green 213 ◦ blue 95

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

Shades of Wild Willow #CDD55F

Tints of Wild Willow #CDD55F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.52%

 BLUE value IS 95 (37.5% from 255) = 18.52%

R = 39.96%
G = 41.52%
B = 18.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#CDD55F (or 0xCDD55F) is known color: Wild Willow. HEX triplet: CD, D5 and 5F. RGB value is (205,213,95). Sum of RGB (Red+Green+Blue) = 205+213+95=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 95 (37.5% from 255 or 18.52% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD55F is #322AA0. Grayscale: #C5C5C5. Windows color (decimal): -3287713 or 6280653. OLE color: 6280653.

HSL color Cylindrical-coordinate representation of color #CDD55F: hue angle of 64.07º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDD55F is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 213 95 -
CMYK 0.04 0 0.55 0.16
HSL 64.07º 0.58% 0.6% -
HSV(B) 64.07º 0.55% 0.84% -
XYZ 51.04 61.39 19.99 -
YUV 197.16 70.35 133.59 -
System Red Green Blue C M Y K H S L
Decimal 205 213 95 0.04 0 0.55 0.16 64.07 0.58 0.6
Hex CD D5 5F 4 0 37 10 40 3A 3C
Octal 315 325 137 4 0 67 20 100 72 74
Binary 11001101 11010101 1011111 100 0 110111 10000 1000000 111010 111100

Color Harmonies of #CDD55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD55F

Black with #CDD55F

Text Example


Text Example

White with #CDD55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD55F; }

 p { color: rgb(205,213,95); }

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

background-color css

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

 a { background-color: rgb(205,213,95); }

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

border-color css

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

 span { border-color: rgb(205,213,95); }

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