Html Css Color HEX #CCD950 Wild Willow

📋 copy color: '#CCD950'

red 204 ◦ green 217 ◦ blue 80

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

Shades of Wild Willow #CCD950

Tints of Wild Willow #CCD950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.31%

 BLUE value IS 80 (31.64% from 255) = 15.97%

R = 40.72%
G = 43.31%
B = 15.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#CCD950 (or 0xCCD950) is known color: Wild Willow. HEX triplet: CC, D9 and 50. RGB value is (204,217,80). Sum of RGB (Red+Green+Blue) = 204+217+80=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD950 is #3326AF. Grayscale: #C6C6C6. Windows color (decimal): -3352240 or 5298636. OLE color: 5298636.

HSL color Cylindrical-coordinate representation of color #CCD950: hue angle of 65.69º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCD950 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 80 -
CMYK 0.06 0 0.63 0.15
HSL 65.69º 0.64% 0.58% -
HSV(B) 65.69º 0.63% 0.85% -
XYZ 51.16 63.04 17.06 -
YUV 197.5 61.69 132.64 -
System Red Green Blue C M Y K H S L
Decimal 204 217 80 0.06 0 0.63 0.15 65.69 0.64 0.58
Hex CC D9 50 6 0 3F F 42 40 3A
Octal 314 331 120 6 0 77 17 102 100 72
Binary 11001100 11011001 1010000 110 0 111111 1111 1000010 1000000 111010

Color Harmonies of #CCD950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD950

Black with #CCD950

Text Example


Text Example

White with #CCD950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD950; }

 p { color: rgb(204,217,80); }

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

background-color css

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

 a { background-color: rgb(204,217,80); }

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

border-color css

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

 span { border-color: rgb(204,217,80); }

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