Html Css Color HEX #CCD865 Wild Willow

📋 copy color: '#CCD865'

red 204 ◦ green 216 ◦ blue 101

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

Shades of Wild Willow #CCD865

Tints of Wild Willow #CCD865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.39%

R = 39.16%
G = 41.46%
B = 19.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#CCD865 (or 0xCCD865) is known color: Wild Willow. HEX triplet: CC, D8 and 65. RGB value is (204,216,101). Sum of RGB (Red+Green+Blue) = 204+216+101=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD865 is #33279A. Grayscale: #C7C7C7. Windows color (decimal): -3352475 or 6674636. OLE color: 6674636.

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

Color convert

RGB 204 216 101 -
CMYK 0.06 0 0.53 0.15
HSL 66.26º 0.6% 0.62% -
HSV(B) 66.26º 0.53% 0.85% -
XYZ 51.81 62.89 21.72 -
YUV 199.3 72.52 131.35 -
System Red Green Blue C M Y K H S L
Decimal 204 216 101 0.06 0 0.53 0.15 66.26 0.6 0.62
Hex CC D8 65 6 0 35 F 42 3C 3E
Octal 314 330 145 6 0 65 17 102 74 76
Binary 11001100 11011000 1100101 110 0 110101 1111 1000010 111100 111110

Color Harmonies of #CCD865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD865

Black with #CCD865

Text Example


Text Example

White with #CCD865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD865; }

 p { color: rgb(204,216,101); }

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

background-color css

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

 a { background-color: rgb(204,216,101); }

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

border-color css

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

 span { border-color: rgb(204,216,101); }

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