Html Css Color HEX #CDD35B Wild Willow

📋 copy color: '#CDD35B'

red 205 ◦ green 211 ◦ blue 91

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

Shades of Wild Willow #CDD35B

Tints of Wild Willow #CDD35B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.95%

R = 40.43%
G = 41.62%
B = 17.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#CDD35B (or 0xCDD35B) is known color: Wild Willow. HEX triplet: CD, D3 and 5B. RGB value is (205,211,91). Sum of RGB (Red+Green+Blue) = 205+211+91=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD35B is #322CA4. Grayscale: #C4C4C4. Windows color (decimal): -3288229 or 6017997. OLE color: 6017997.

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

Color convert

RGB 205 211 91 -
CMYK 0.03 0 0.57 0.17
HSL 63º 0.58% 0.59% -
HSV(B) 63º 0.57% 0.83% -
XYZ 50.36 60.32 18.89 -
YUV 195.53 69.01 134.76 -
System Red Green Blue C M Y K H S L
Decimal 205 211 91 0.03 0 0.57 0.17 63 0.58 0.59
Hex CD D3 5B 3 0 39 11 3F 3A 3B
Octal 315 323 133 3 0 71 21 77 72 73
Binary 11001101 11010011 1011011 11 0 111001 10001 111111 111010 111011

Color Harmonies of #CDD35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD35B

Black with #CDD35B

Text Example


Text Example

White with #CDD35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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