Html Css Color HEX #CCD350 Wild Willow

📋 copy color: '#CCD350'

red 204 ◦ green 211 ◦ blue 80

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

Shades of Wild Willow #CCD350

Tints of Wild Willow #CCD350

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.63%

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

R = 41.21%
G = 42.63%
B = 16.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#CCD350 (or 0xCCD350) is known color: Wild Willow. HEX triplet: CC, D3 and 50. RGB value is (204,211,80). Sum of RGB (Red+Green+Blue) = 204+211+80=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD350 is #332CAF. Grayscale: #C2C2C2. Windows color (decimal): -3353776 or 5297100. OLE color: 5297100.

HSL color Cylindrical-coordinate representation of color #CCD350: hue angle of 63.21º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCD350 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 80 -
CMYK 0.03 0 0.62 0.17
HSL 63.21º 0.6% 0.57% -
HSV(B) 63.21º 0.62% 0.83% -
XYZ 49.64 60.01 16.56 -
YUV 193.97 63.68 135.15 -
System Red Green Blue C M Y K H S L
Decimal 204 211 80 0.03 0 0.62 0.17 63.21 0.6 0.57
Hex CC D3 50 3 0 3E 11 3F 3C 39
Octal 314 323 120 3 0 76 21 77 74 71
Binary 11001100 11010011 1010000 11 0 111110 10001 111111 111100 111001

Color Harmonies of #CCD350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD350

Black with #CCD350

Text Example


Text Example

White with #CCD350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD350; }

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

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

background-color css

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

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

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

border-color css

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

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

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