Html Css Color HEX #CCCD55 Wild Willow

📋 copy color: '#CCCD55'

red 204 ◦ green 205 ◦ blue 85

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

Shades of Wild Willow #CCCD55

Tints of Wild Willow #CCCD55

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.5%

 BLUE value IS 85 (33.59% from 255) = 17.21%

R = 41.3%
G = 41.5%
B = 17.21%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CCCD55 (or 0xCCCD55) is known color: Wild Willow. HEX triplet: CC, CD and 55. RGB value is (204,205,85). Sum of RGB (Red+Green+Blue) = 204+205+85=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD55 is #3332AA. Grayscale: #BFBFBF. Windows color (decimal): -3355307 or 5623244. OLE color: 5623244.

HSL color Cylindrical-coordinate representation of color #CCCD55: hue angle of 60.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCCD55 is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 85 -
CMYK 0.00 0 0.59 0.20
HSL 60.5º 0.55% 0.57% -
HSV(B) 60.5º 0.59% 0.8% -
XYZ 48.37 57.16 17.08 -
YUV 191.02 68.17 137.26 -
System Red Green Blue C M Y K H S L
Decimal 204 205 85 0.00 0 0.59 0.20 60.5 0.55 0.57
Hex CC CD 55 0 0 3B 14 3C 37 39
Octal 314 315 125 0 0 73 24 74 67 71
Binary 11001100 11001101 1010101 0 0 111011 10100 111100 110111 111001

Color Harmonies of #CCCD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD55

Black with #CCCD55

Text Example


Text Example

White with #CCCD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD55; }

 p { color: rgb(204,205,85); }

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

background-color css

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

 a { background-color: rgb(204,205,85); }

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

border-color css

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

 span { border-color: rgb(204,205,85); }

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