Html Css Color HEX #CCD74F Wild Willow

📋 copy color: '#CCD74F'

red 204 ◦ green 215 ◦ blue 79

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

Shades of Wild Willow #CCD74F

Tints of Wild Willow #CCD74F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.86%

R = 40.96%
G = 43.17%
B = 15.86%

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

#CCD74F (or 0xCCD74F) is known color: Wild Willow. HEX triplet: CC, D7 and 4F. RGB value is (204,215,79). Sum of RGB (Red+Green+Blue) = 204+215+79=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 79 (31.25% from 255 or 15.86% from 498); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD74F is #3328B0. Grayscale: #C4C4C4. Windows color (decimal): -3352753 or 5232588. OLE color: 5232588.

HSL color Cylindrical-coordinate representation of color #CCD74F: hue angle of 64.85º 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 #CCD74F is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 79 -
CMYK 0.05 0 0.63 0.16
HSL 64.85º 0.63% 0.58% -
HSV(B) 64.85º 0.63% 0.84% -
XYZ 50.61 62 16.7 -
YUV 196.21 61.86 133.56 -
System Red Green Blue C M Y K H S L
Decimal 204 215 79 0.05 0 0.63 0.16 64.85 0.63 0.58
Hex CC D7 4F 5 0 3F 10 41 3F 3A
Octal 314 327 117 5 0 77 20 101 77 72
Binary 11001100 11010111 1001111 101 0 111111 10000 1000001 111111 111010

Color Harmonies of #CCD74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD74F

Black with #CCD74F

Text Example


Text Example

White with #CCD74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD74F; }

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

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

background-color css

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

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

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

border-color css

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

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

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