Html Css Color HEX #CCD55D Wild Willow

📋 copy color: '#CCD55D'

red 204 ◦ green 213 ◦ blue 93

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

Shades of Wild Willow #CCD55D

Tints of Wild Willow #CCD55D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.76%

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

R = 40%
G = 41.76%
B = 18.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#CCD55D (or 0xCCD55D) is known color: Wild Willow. HEX triplet: CC, D5 and 5D. RGB value is (204,213,93). Sum of RGB (Red+Green+Blue) = 204+213+93=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD55D is #332AA2. Grayscale: #C5C5C5. Windows color (decimal): -3353251 or 6149580. OLE color: 6149580.

HSL color Cylindrical-coordinate representation of color #CCD55D: hue angle of 64.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCD55D is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 93 -
CMYK 0.04 0 0.56 0.16
HSL 64.5º 0.59% 0.6% -
HSV(B) 64.5º 0.56% 0.84% -
XYZ 50.67 61.22 19.5 -
YUV 196.63 69.52 133.26 -
System Red Green Blue C M Y K H S L
Decimal 204 213 93 0.04 0 0.56 0.16 64.5 0.59 0.6
Hex CC D5 5D 4 0 38 10 40 3B 3C
Octal 314 325 135 4 0 70 20 100 73 74
Binary 11001100 11010101 1011101 100 0 111000 10000 1000000 111011 111100

Color Harmonies of #CCD55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD55D

Black with #CCD55D

Text Example


Text Example

White with #CCD55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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