#C8C70F

Color #C8C70F Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #C8C70F

Tints of Bird Flower #C8C70F

Color information

#C8C70F (or 0xC8C70F) is unknown color: approx Bird Flower. HEX triplet: C8, C7 and 0F. RGB value is (200,199,15). Sum of RGB (Red+Green+Blue) = 200+199+15=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C70F is #3738F0. Grayscale: #B3B3B3. Windows color (decimal): -3619057 or 1034184. OLE color: 1034184.

HSL color Cylindrical-coordinate representation of color #C8C70F: hue angle of 59.68º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8C70F is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB20019915-
CMYK00.000.920.22
HSL59.68º86.05%42.16%-
HSV(B)59.68º92.5%78.43%-
XYZ44.3353.168.38-
YUV178.3235.83143.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.31%
GREEN value IS 199 (78.12% from 255) = 48.07%
BLUE value IS 15 (6.25% from 255) = 3.62%
R=48.31%
G=48.07%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001991500.000.920.2259.6886.0542.16
HexC8C7F005C163c562a
Octal3103071700134267412652
Binary11001000110001111111001011100101101111001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C70F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C70F; }

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

 H1.HeaderClassName
 {
   color: #C8C70F;
 }
 .AnyTagClassName
 {
   color: #C8C70F;
 }
</style>
background-color css

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

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

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

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

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

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