Html Css Color HEX #CCD562 Wild Willow

📋 copy color: '#CCD562'

red 204 ◦ green 213 ◦ blue 98

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

Shades of Wild Willow #CCD562

Tints of Wild Willow #CCD562

RGB

 RED value IS 204 (80.08% from 255) = 39.61%

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

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

R = 39.61%
G = 41.36%
B = 19.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#CCD562 (or 0xCCD562) is known color: Wild Willow. HEX triplet: CC, D5 and 62. RGB value is (204,213,98). Sum of RGB (Red+Green+Blue) = 204+213+98=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 98 (38.67% from 255 or 19.03% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD562 is #332A9D. Grayscale: #C5C5C5. Windows color (decimal): -3353246 or 6477260. OLE color: 6477260.

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

Color convert

RGB 204 213 98 -
CMYK 0.04 0 0.54 0.16
HSL 64.7º 0.58% 0.61% -
HSV(B) 64.7º 0.54% 0.84% -
XYZ 50.9 61.31 20.71 -
YUV 197.2 72.02 132.85 -
System Red Green Blue C M Y K H S L
Decimal 204 213 98 0.04 0 0.54 0.16 64.7 0.58 0.61
Hex CC D5 62 4 0 36 10 41 3A 3D
Octal 314 325 142 4 0 66 20 101 72 75
Binary 11001100 11010101 1100010 100 0 110110 10000 1000001 111010 111101

Color Harmonies of #CCD562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD562

Black with #CCD562

Text Example


Text Example

White with #CCD562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD562; }

 p { color: rgb(204,213,98); }

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

background-color css

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

 a { background-color: rgb(204,213,98); }

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

border-color css

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

 span { border-color: rgb(204,213,98); }

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