Html Css Color HEX #CCD35F Wild Willow

📋 copy color: '#CCD35F'

red 204 ◦ green 211 ◦ blue 95

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

Shades of Wild Willow #CCD35F

Tints of Wild Willow #CCD35F

RGB

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

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

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

R = 40%
G = 41.37%
B = 18.63%

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

#CCD35F (or 0xCCD35F) is known color: Wild Willow. HEX triplet: CC, D3 and 5F. RGB value is (204,211,95). Sum of RGB (Red+Green+Blue) = 204+211+95=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD35F is #332CA0. Grayscale: #C4C4C4. Windows color (decimal): -3353761 or 6280140. OLE color: 6280140.

HSL color Cylindrical-coordinate representation of color #CCD35F: hue angle of 63.62º 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 #CCD35F is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 95 -
CMYK 0.03 0 0.55 0.17
HSL 63.62º 0.57% 0.6% -
HSV(B) 63.62º 0.55% 0.83% -
XYZ 50.26 60.25 19.81 -
YUV 195.68 71.18 133.93 -
System Red Green Blue C M Y K H S L
Decimal 204 211 95 0.03 0 0.55 0.17 63.62 0.57 0.6
Hex CC D3 5F 3 0 37 11 40 39 3C
Octal 314 323 137 3 0 67 21 100 71 74
Binary 11001100 11010011 1011111 11 0 110111 10001 1000000 111001 111100

Color Harmonies of #CCD35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD35F

Black with #CCD35F

Text Example


Text Example

White with #CCD35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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