Html Css Color HEX #CDD862 Wild Willow

📋 copy color: '#CDD862'

red 205 ◦ green 216 ◦ blue 98

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

Shades of Wild Willow #CDD862

Tints of Wild Willow #CDD862

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.62%

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

R = 39.5%
G = 41.62%
B = 18.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#CDD862 (or 0xCDD862) is known color: Wild Willow. HEX triplet: CD, D8 and 62. RGB value is (205,216,98). Sum of RGB (Red+Green+Blue) = 205+216+98=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 98 (38.67% from 255 or 18.88% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD862 is #32279D. Grayscale: #C7C7C7. Windows color (decimal): -3286942 or 6478029. OLE color: 6478029.

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

Color convert

RGB 205 216 98 -
CMYK 0.05 0 0.55 0.15
HSL 65.59º 0.6% 0.62% -
HSV(B) 65.59º 0.55% 0.85% -
XYZ 51.94 62.97 20.97 -
YUV 199.26 70.86 132.09 -
System Red Green Blue C M Y K H S L
Decimal 205 216 98 0.05 0 0.55 0.15 65.59 0.6 0.62
Hex CD D8 62 5 0 37 F 42 3C 3E
Octal 315 330 142 5 0 67 17 102 74 76
Binary 11001101 11011000 1100010 101 0 110111 1111 1000010 111100 111110

Color Harmonies of #CDD862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD862

Black with #CDD862

Text Example


Text Example

White with #CDD862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD862; }

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

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

background-color css

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

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

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

border-color css

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

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

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