Html Css Color HEX #CCD75D Wild Willow

📋 copy color: '#CCD75D'

red 204 ◦ green 215 ◦ blue 93

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

Shades of Wild Willow #CCD75D

Tints of Wild Willow #CCD75D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.99%

 BLUE value IS 93 (36.72% from 255) = 18.16%

R = 39.84%
G = 41.99%
B = 18.16%

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

#CCD75D (or 0xCCD75D) is known color: Wild Willow. HEX triplet: CC, D7 and 5D. RGB value is (204,215,93). Sum of RGB (Red+Green+Blue) = 204+215+93=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD75D is #3328A2. Grayscale: #C6C6C6. Windows color (decimal): -3352739 or 6150092. OLE color: 6150092.

HSL color Cylindrical-coordinate representation of color #CCD75D: hue angle of 65.41º 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 #CCD75D is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 93 -
CMYK 0.05 0 0.57 0.16
HSL 65.41º 0.6% 0.6% -
HSV(B) 65.41º 0.57% 0.84% -
XYZ 51.18 62.23 19.67 -
YUV 197.8 68.86 132.42 -
System Red Green Blue C M Y K H S L
Decimal 204 215 93 0.05 0 0.57 0.16 65.41 0.6 0.6
Hex CC D7 5D 5 0 39 10 41 3C 3C
Octal 314 327 135 5 0 71 20 101 74 74
Binary 11001100 11010111 1011101 101 0 111001 10000 1000001 111100 111100

Color Harmonies of #CCD75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD75D

Black with #CCD75D

Text Example


Text Example

White with #CCD75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD75D; }

 p { color: rgb(204,215,93); }

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

background-color css

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

 a { background-color: rgb(204,215,93); }

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

border-color css

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

 span { border-color: rgb(204,215,93); }

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