Html Css Color HEX #CCD368 Wild Willow

📋 copy color: '#CCD368'

red 204 ◦ green 211 ◦ blue 104

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

Shades of Wild Willow #CCD368

Tints of Wild Willow #CCD368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.04%

R = 39.31%
G = 40.66%
B = 20.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#CCD368 (or 0xCCD368) is known color: Wild Willow. HEX triplet: CC, D3 and 68. RGB value is (204,211,104). Sum of RGB (Red+Green+Blue) = 204+211+104=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD368 is #332C97. Grayscale: #C5C5C5. Windows color (decimal): -3353752 or 6869964. OLE color: 6869964.

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

Color convert

RGB 204 211 104 -
CMYK 0.03 0 0.51 0.17
HSL 63.93º 0.55% 0.62% -
HSV(B) 63.93º 0.51% 0.83% -
XYZ 50.69 60.43 22.09 -
YUV 196.71 75.68 133.2 -
System Red Green Blue C M Y K H S L
Decimal 204 211 104 0.03 0 0.51 0.17 63.93 0.55 0.62
Hex CC D3 68 3 0 33 11 40 37 3E
Octal 314 323 150 3 0 63 21 100 67 76
Binary 11001100 11010011 1101000 11 0 110011 10001 1000000 110111 111110

Color Harmonies of #CCD368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD368

Black with #CCD368

Text Example


Text Example

White with #CCD368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD368; }

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

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

background-color css

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

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

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

border-color css

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

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

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