#CFC913

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

Shades of Bird Flower #CFC913

Tints of Bird Flower #CFC913

Color information

#CFC913 (or 0xCFC913) is unknown color: approx Bird Flower. HEX triplet: CF, C9 and 13. RGB value is (207,201,19). Sum of RGB (Red+Green+Blue) = 207+201+19=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 19 (7.81% from 255 or 4.45% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC913 is #3036EC. Grayscale: #B6B6B6. Windows color (decimal): -3159789 or 1296847. OLE color: 1296847.

HSL color Cylindrical-coordinate representation of color #CFC913: hue angle of 58.09º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFC913 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB20720119-
CMYK00.030.910.19
HSL58.09º83.19%44.31%-
HSV(B)58.09º90.82%81.18%-
XYZ46.7455.098.79-
YUV182.0535.99145.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.48%
GREEN value IS 201 (78.91% from 255) = 47.07%
BLUE value IS 19 (7.81% from 255) = 4.45%
R=48.48%
G=47.07%
B=4.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072011900.030.910.1958.0983.1944.31
HexCFC913035B133a532c
Octal3173112303133237212354
Binary1100111111001001100110111011011100111110101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC913; }

 p { color: rgb(207,201,19); }

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

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

 a { background-color: rgb(207,201,19); }

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

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

 span { border-color: rgb(207,201,19); }

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