Html Css Color HEX #CCD95F Wild Willow

📋 copy color: '#CCD95F'

red 204 ◦ green 217 ◦ blue 95

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

Shades of Wild Willow #CCD95F

Tints of Wild Willow #CCD95F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.05%

 BLUE value IS 95 (37.5% from 255) = 18.41%

R = 39.53%
G = 42.05%
B = 18.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#CCD95F (or 0xCCD95F) is known color: Wild Willow. HEX triplet: CC, D9 and 5F. RGB value is (204,217,95). Sum of RGB (Red+Green+Blue) = 204+217+95=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 95 (37.5% from 255 or 18.41% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD95F is #3326A0. Grayscale: #C7C7C7. Windows color (decimal): -3352225 or 6281676. OLE color: 6281676.

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

Color convert

RGB 204 217 95 -
CMYK 0.06 0 0.56 0.15
HSL 66.39º 0.62% 0.61% -
HSV(B) 66.39º 0.56% 0.85% -
XYZ 51.78 63.29 20.31 -
YUV 199.21 69.19 131.42 -
System Red Green Blue C M Y K H S L
Decimal 204 217 95 0.06 0 0.56 0.15 66.39 0.62 0.61
Hex CC D9 5F 6 0 38 F 42 3E 3D
Octal 314 331 137 6 0 70 17 102 76 75
Binary 11001100 11011001 1011111 110 0 111000 1111 1000010 111110 111101

Color Harmonies of #CCD95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD95F

Black with #CCD95F

Text Example


Text Example

White with #CCD95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD95F; }

 p { color: rgb(204,217,95); }

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

background-color css

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

 a { background-color: rgb(204,217,95); }

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

border-color css

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

 span { border-color: rgb(204,217,95); }

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