Html Css Color HEX #CDD55A Wild Willow

📋 copy color: '#CDD55A'

red 205 ◦ green 213 ◦ blue 90

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

Shades of Wild Willow #CDD55A

Tints of Wild Willow #CDD55A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.72%

R = 40.35%
G = 41.93%
B = 17.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#CDD55A (or 0xCDD55A) is known color: Wild Willow. HEX triplet: CD, D5 and 5A. RGB value is (205,213,90). Sum of RGB (Red+Green+Blue) = 205+213+90=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD55A is #322AA5. Grayscale: #C5C5C5. Windows color (decimal): -3287718 or 5952973. OLE color: 5952973.

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

Color convert

RGB 205 213 90 -
CMYK 0.04 0 0.58 0.16
HSL 63.9º 0.59% 0.59% -
HSV(B) 63.9º 0.58% 0.84% -
XYZ 50.82 61.31 18.83 -
YUV 196.59 67.85 134 -
System Red Green Blue C M Y K H S L
Decimal 205 213 90 0.04 0 0.58 0.16 63.9 0.59 0.59
Hex CD D5 5A 4 0 3A 10 40 3B 3B
Octal 315 325 132 4 0 72 20 100 73 73
Binary 11001101 11010101 1011010 100 0 111010 10000 1000000 111011 111011

Color Harmonies of #CDD55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD55A

Black with #CDD55A

Text Example


Text Example

White with #CDD55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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