Html Css Color HEX #CCD365 Wild Willow

📋 copy color: '#CCD365'

red 204 ◦ green 211 ◦ blue 101

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

Shades of Wild Willow #CCD365

Tints of Wild Willow #CCD365

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.89%

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

R = 39.53%
G = 40.89%
B = 19.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#CCD365 (or 0xCCD365) is known color: Wild Willow. HEX triplet: CC, D3 and 65. RGB value is (204,211,101). Sum of RGB (Red+Green+Blue) = 204+211+101=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD365 is #332C9A. Grayscale: #C4C4C4. Windows color (decimal): -3353755 or 6673356. OLE color: 6673356.

HSL color Cylindrical-coordinate representation of color #CCD365: hue angle of 63.82º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCD365 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 101 -
CMYK 0.03 0 0.52 0.17
HSL 63.82º 0.56% 0.61% -
HSV(B) 63.82º 0.52% 0.83% -
XYZ 50.55 60.37 21.3 -
YUV 196.37 74.18 133.44 -
System Red Green Blue C M Y K H S L
Decimal 204 211 101 0.03 0 0.52 0.17 63.82 0.56 0.61
Hex CC D3 65 3 0 34 11 40 38 3D
Octal 314 323 145 3 0 64 21 100 70 75
Binary 11001100 11010011 1100101 11 0 110100 10001 1000000 111000 111101

Color Harmonies of #CCD365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD365

Black with #CCD365

Text Example


Text Example

White with #CCD365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD365; }

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

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

background-color css

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

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

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

border-color css

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

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

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