Html Css Color HEX #CCD760 Wild Willow

📋 copy color: '#CCD760'

red 204 ◦ green 215 ◦ blue 96

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

Shades of Wild Willow #CCD760

Tints of Wild Willow #CCD760

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.75%

 BLUE value IS 96 (37.89% from 255) = 18.64%

R = 39.61%
G = 41.75%
B = 18.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#CCD760 (or 0xCCD760) is known color: Wild Willow. HEX triplet: CC, D7 and 60. RGB value is (204,215,96). Sum of RGB (Red+Green+Blue) = 204+215+96=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD760 is #33289F. Grayscale: #C6C6C6. Windows color (decimal): -3352736 or 6346700. OLE color: 6346700.

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

Color convert

RGB 204 215 96 -
CMYK 0.05 0 0.55 0.16
HSL 65.55º 0.6% 0.61% -
HSV(B) 65.55º 0.55% 0.84% -
XYZ 51.31 62.28 20.38 -
YUV 198.15 70.36 132.18 -
System Red Green Blue C M Y K H S L
Decimal 204 215 96 0.05 0 0.55 0.16 65.55 0.6 0.61
Hex CC D7 60 5 0 37 10 42 3C 3D
Octal 314 327 140 5 0 67 20 102 74 75
Binary 11001100 11010111 1100000 101 0 110111 10000 1000010 111100 111101

Color Harmonies of #CCD760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD760

Black with #CCD760

Text Example


Text Example

White with #CCD760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD760; }

 p { color: rgb(204,215,96); }

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

background-color css

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

 a { background-color: rgb(204,215,96); }

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

border-color css

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

 span { border-color: rgb(204,215,96); }

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