Html Css Color HEX #CCD65B Wild Willow

📋 copy color: '#CCD65B'

red 204 ◦ green 214 ◦ blue 91

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

Shades of Wild Willow #CCD65B

Tints of Wild Willow #CCD65B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.04%

 BLUE value IS 91 (35.94% from 255) = 17.88%

R = 40.08%
G = 42.04%
B = 17.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#CCD65B (or 0xCCD65B) is known color: Wild Willow. HEX triplet: CC, D6 and 5B. RGB value is (204,214,91). Sum of RGB (Red+Green+Blue) = 204+214+91=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD65B is #3329A4. Grayscale: #C5C5C5. Windows color (decimal): -3352997 or 6018764. OLE color: 6018764.

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

Color convert

RGB 204 214 91 -
CMYK 0.05 0 0.57 0.16
HSL 64.88º 0.6% 0.6% -
HSV(B) 64.88º 0.57% 0.84% -
XYZ 50.84 61.69 19.12 -
YUV 196.99 68.19 133 -
System Red Green Blue C M Y K H S L
Decimal 204 214 91 0.05 0 0.57 0.16 64.88 0.6 0.6
Hex CC D6 5B 5 0 39 10 41 3C 3C
Octal 314 326 133 5 0 71 20 101 74 74
Binary 11001100 11010110 1011011 101 0 111001 10000 1000001 111100 111100

Color Harmonies of #CCD65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD65B

Black with #CCD65B

Text Example


Text Example

White with #CCD65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD65B; }

 p { color: rgb(204,214,91); }

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

background-color css

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

 a { background-color: rgb(204,214,91); }

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

border-color css

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

 span { border-color: rgb(204,214,91); }

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