Html Css Color HEX #CCD058 Wild Willow

📋 copy color: '#CCD058'

red 204 ◦ green 208 ◦ blue 88

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

Shades of Wild Willow #CCD058

Tints of Wild Willow #CCD058

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.6%

 BLUE value IS 88 (34.77% from 255) = 17.6%

R = 40.8%
G = 41.6%
B = 17.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#CCD058 (or 0xCCD058) is known color: Wild Willow. HEX triplet: CC, D0 and 58. RGB value is (204,208,88). Sum of RGB (Red+Green+Blue) = 204+208+88=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 88 (34.77% from 255 or 17.6% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD058 is #332FA7. Grayscale: #C1C1C1. Windows color (decimal): -3354536 or 5820620. OLE color: 5820620.

HSL color Cylindrical-coordinate representation of color #CCD058: hue angle of 62º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCD058 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 88 -
CMYK 0.02 0 0.58 0.18
HSL 62º 0.56% 0.58% -
HSV(B) 62º 0.58% 0.82% -
XYZ 49.22 58.65 17.96 -
YUV 193.12 68.67 135.76 -
System Red Green Blue C M Y K H S L
Decimal 204 208 88 0.02 0 0.58 0.18 62 0.56 0.58
Hex CC D0 58 2 0 3A 12 3E 38 3A
Octal 314 320 130 2 0 72 22 76 70 72
Binary 11001100 11010000 1011000 10 0 111010 10010 111110 111000 111010

Color Harmonies of #CCD058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD058

Black with #CCD058

Text Example


Text Example

White with #CCD058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD058; }

 p { color: rgb(204,208,88); }

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

background-color css

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

 a { background-color: rgb(204,208,88); }

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

border-color css

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

 span { border-color: rgb(204,208,88); }

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