Html Css Color HEX #CCD55B Wild Willow

📋 copy color: '#CCD55B'

red 204 ◦ green 213 ◦ blue 91

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

Shades of Wild Willow #CCD55B

Tints of Wild Willow #CCD55B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.91%

R = 40.16%
G = 41.93%
B = 17.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#CCD55B (or 0xCCD55B) is known color: Wild Willow. HEX triplet: CC, D5 and 5B. RGB value is (204,213,91). Sum of RGB (Red+Green+Blue) = 204+213+91=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD55B is #332AA4. Grayscale: #C4C4C4. Windows color (decimal): -3353253 or 6018508. OLE color: 6018508.

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

Color convert

RGB 204 213 91 -
CMYK 0.04 0 0.57 0.16
HSL 64.43º 0.59% 0.6% -
HSV(B) 64.43º 0.57% 0.84% -
XYZ 50.58 61.18 19.04 -
YUV 196.4 68.52 133.42 -
System Red Green Blue C M Y K H S L
Decimal 204 213 91 0.04 0 0.57 0.16 64.43 0.59 0.6
Hex CC D5 5B 4 0 39 10 40 3B 3C
Octal 314 325 133 4 0 71 20 100 73 74
Binary 11001100 11010101 1011011 100 0 111001 10000 1000000 111011 111100

Color Harmonies of #CCD55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD55B

Black with #CCD55B

Text Example


Text Example

White with #CCD55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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