Html Css Color HEX #CCD35D Wild Willow

📋 copy color: '#CCD35D'

red 204 ◦ green 211 ◦ blue 93

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

Shades of Wild Willow #CCD35D

Tints of Wild Willow #CCD35D

RGB

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

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

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

R = 40.16%
G = 41.54%
B = 18.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#CCD35D (or 0xCCD35D) is known color: Wild Willow. HEX triplet: CC, D3 and 5D. RGB value is (204,211,93). Sum of RGB (Red+Green+Blue) = 204+211+93=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD35D is #332CA2. Grayscale: #C3C3C3. Windows color (decimal): -3353763 or 6149068. OLE color: 6149068.

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

Color convert

RGB 204 211 93 -
CMYK 0.03 0 0.56 0.17
HSL 63.56º 0.57% 0.6% -
HSV(B) 63.56º 0.56% 0.83% -
XYZ 50.17 60.22 19.33 -
YUV 195.46 70.18 134.09 -
System Red Green Blue C M Y K H S L
Decimal 204 211 93 0.03 0 0.56 0.17 63.56 0.57 0.6
Hex CC D3 5D 3 0 38 11 40 39 3C
Octal 314 323 135 3 0 70 21 100 71 74
Binary 11001100 11010011 1011101 11 0 111000 10001 1000000 111001 111100

Color Harmonies of #CCD35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD35D

Black with #CCD35D

Text Example


Text Example

White with #CCD35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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