Html Css Color HEX #CCD750 Wild Willow

📋 copy color: '#CCD750'

red 204 ◦ green 215 ◦ blue 80

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

Shades of Wild Willow #CCD750

Tints of Wild Willow #CCD750

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.09%

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

R = 40.88%
G = 43.09%
B = 16.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#CCD750 (or 0xCCD750) is known color: Wild Willow. HEX triplet: CC, D7 and 50. RGB value is (204,215,80). Sum of RGB (Red+Green+Blue) = 204+215+80=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD750 is #3328AF. Grayscale: #C4C4C4. Windows color (decimal): -3352752 or 5298124. OLE color: 5298124.

HSL color Cylindrical-coordinate representation of color #CCD750: hue angle of 64.89º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCD750 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 80 -
CMYK 0.05 0 0.63 0.16
HSL 64.89º 0.63% 0.58% -
HSV(B) 64.89º 0.63% 0.84% -
XYZ 50.65 62.02 16.89 -
YUV 196.32 62.36 133.48 -
System Red Green Blue C M Y K H S L
Decimal 204 215 80 0.05 0 0.63 0.16 64.89 0.63 0.58
Hex CC D7 50 5 0 3F 10 41 3F 3A
Octal 314 327 120 5 0 77 20 101 77 72
Binary 11001100 11010111 1010000 101 0 111111 10000 1000001 111111 111010

Color Harmonies of #CCD750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD750

Black with #CCD750

Text Example


Text Example

White with #CCD750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD750; }

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

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

background-color css

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

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

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

border-color css

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

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

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