Html Css Color HEX #C8C74F Wild Willow

📋 copy color: '#C8C74F'

red 200 ◦ green 199 ◦ blue 79

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

Shades of Wild Willow #C8C74F

Tints of Wild Willow #C8C74F

RGB

 RED value IS 200 (78.52% from 255) = 41.84%

 GREEN value IS 199 (78.13% from 255) = 41.63%

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

R = 41.84%
G = 41.63%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C8C74F (or 0xC8C74F) is known color: Wild Willow. HEX triplet: C8, C7 and 4F. RGB value is (200,199,79). Sum of RGB (Red+Green+Blue) = 200+199+79=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 79 (31.25% from 255 or 16.53% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C74F is #3738B0. Grayscale: #BABABA. Windows color (decimal): -3618993 or 5228488. OLE color: 5228488.

HSL color Cylindrical-coordinate representation of color #C8C74F: hue angle of 59.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8C74F is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 199 79 -
CMYK 0 0.00 0.60 0.22
HSL 59.5º 0.52% 0.55% -
HSV(B) 59.5º 0.61% 0.78% -
XYZ 45.65 53.69 15.35 -
YUV 185.62 67.83 138.26 -
System Red Green Blue C M Y K H S L
Decimal 200 199 79 0 0.00 0.60 0.22 59.5 0.52 0.55
Hex C8 C7 4F 0 0 3C 16 3C 34 37
Octal 310 307 117 0 0 74 26 74 64 67
Binary 11001000 11000111 1001111 0 0 111100 10110 111100 110100 110111

Color Harmonies of #C8C74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C74F

Black with #C8C74F

Text Example


Text Example

White with #C8C74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C74F; }

 p { color: rgb(200,199,79); }

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

background-color css

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

 a { background-color: rgb(200,199,79); }

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

border-color css

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

 span { border-color: rgb(200,199,79); }

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