Html Css Color HEX #CDD462 Wild Willow

📋 copy color: '#CDD462'

red 205 ◦ green 212 ◦ blue 98

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

Shades of Wild Willow #CDD462

Tints of Wild Willow #CDD462

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.17%

 BLUE value IS 98 (38.67% from 255) = 19.03%

R = 39.81%
G = 41.17%
B = 19.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#CDD462 (or 0xCDD462) is known color: Wild Willow. HEX triplet: CD, D4 and 62. RGB value is (205,212,98). Sum of RGB (Red+Green+Blue) = 205+212+98=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 98 (38.67% from 255 or 19.03% from 515); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD462 is #322B9D. Grayscale: #C5C5C5. Windows color (decimal): -3287966 or 6477005. OLE color: 6477005.

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

Color convert

RGB 205 212 98 -
CMYK 0.03 0 0.54 0.17
HSL 63.68º 0.57% 0.61% -
HSV(B) 63.68º 0.54% 0.83% -
XYZ 50.92 60.95 20.64 -
YUV 196.91 72.18 133.77 -
System Red Green Blue C M Y K H S L
Decimal 205 212 98 0.03 0 0.54 0.17 63.68 0.57 0.61
Hex CD D4 62 3 0 36 11 40 39 3D
Octal 315 324 142 3 0 66 21 100 71 75
Binary 11001101 11010100 1100010 11 0 110110 10001 1000000 111001 111101

Color Harmonies of #CDD462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD462

Black with #CDD462

Text Example


Text Example

White with #CDD462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD462; }

 p { color: rgb(205,212,98); }

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

background-color css

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

 a { background-color: rgb(205,212,98); }

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

border-color css

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

 span { border-color: rgb(205,212,98); }

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