Html Css Color HEX #CCD35E Wild Willow

📋 copy color: '#CCD35E'

red 204 ◦ green 211 ◦ blue 94

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

Shades of Wild Willow #CCD35E

Tints of Wild Willow #CCD35E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.47%

R = 40.08%
G = 41.45%
B = 18.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#CCD35E (or 0xCCD35E) is known color: Wild Willow. HEX triplet: CC, D3 and 5E. RGB value is (204,211,94). Sum of RGB (Red+Green+Blue) = 204+211+94=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD35E is #332CA1. Grayscale: #C4C4C4. Windows color (decimal): -3353762 or 6214604. OLE color: 6214604.

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

Color convert

RGB 204 211 94 -
CMYK 0.03 0 0.55 0.17
HSL 63.59º 0.57% 0.6% -
HSV(B) 63.59º 0.55% 0.83% -
XYZ 50.22 60.23 19.57 -
YUV 195.57 70.68 134.01 -
System Red Green Blue C M Y K H S L
Decimal 204 211 94 0.03 0 0.55 0.17 63.59 0.57 0.6
Hex CC D3 5E 3 0 37 11 40 39 3C
Octal 314 323 136 3 0 67 21 100 71 74
Binary 11001100 11010011 1011110 11 0 110111 10001 1000000 111001 111100

Color Harmonies of #CCD35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD35E

Black with #CCD35E

Text Example


Text Example

White with #CCD35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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