Html Css Color HEX #CCD163 Wild Willow

📋 copy color: '#CCD163'

red 204 ◦ green 209 ◦ blue 99

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

Shades of Wild Willow #CCD163

Tints of Wild Willow #CCD163

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.82%

 BLUE value IS 99 (39.06% from 255) = 19.34%

R = 39.84%
G = 40.82%
B = 19.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#CCD163 (or 0xCCD163) is known color: Wild Willow. HEX triplet: CC, D1 and 63. RGB value is (204,209,99). Sum of RGB (Red+Green+Blue) = 204+209+99=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD163 is #332E9C. Grayscale: #C3C3C3. Windows color (decimal): -3354269 or 6541772. OLE color: 6541772.

HSL color Cylindrical-coordinate representation of color #CCD163: hue angle of 62.73º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCD163 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 99 -
CMYK 0.02 0 0.53 0.18
HSL 62.73º 0.54% 0.6% -
HSV(B) 62.73º 0.53% 0.82% -
XYZ 49.95 59.34 20.63 -
YUV 194.97 73.84 134.44 -
System Red Green Blue C M Y K H S L
Decimal 204 209 99 0.02 0 0.53 0.18 62.73 0.54 0.6
Hex CC D1 63 2 0 35 12 3F 36 3C
Octal 314 321 143 2 0 65 22 77 66 74
Binary 11001100 11010001 1100011 10 0 110101 10010 111111 110110 111100

Color Harmonies of #CCD163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD163

Black with #CCD163

Text Example


Text Example

White with #CCD163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD163; }

 p { color: rgb(204,209,99); }

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

background-color css

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

 a { background-color: rgb(204,209,99); }

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

border-color css

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

 span { border-color: rgb(204,209,99); }

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