#CFB70E

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

Shades of Bird Flower #CFB70E

Tints of Bird Flower #CFB70E

Color information

#CFB70E (or 0xCFB70E) is unknown color: approx Bird Flower. HEX triplet: CF, B7 and 0E. RGB value is (207,183,14). Sum of RGB (Red+Green+Blue) = 207+183+14=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB70E is #3048F1. Grayscale: #ABABAB. Windows color (decimal): -3164402 or 964559. OLE color: 964559.

HSL color Cylindrical-coordinate representation of color #CFB70E: hue angle of 52.54º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFB70E is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB20718314-
CMYK00.120.930.19
HSL52.54º87.33%43.33%-
HSV(B)52.54º93.24%81.18%-
XYZ42.7447.167.27-
YUV170.9139.45153.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.24%
GREEN value IS 183 (71.88% from 255) = 45.30%
BLUE value IS 14 (5.86% from 255) = 3.47%
R=51.24%
G=45.30%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071831400.120.930.1952.5487.3343.33
HexCFB7E0C5D1335572b
Octal31726716014135236512753
Binary11001111101101111110011001011101100111101011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB70E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB70E; }

 p { color: rgb(207,183,14); }

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

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

 a { background-color: rgb(207,183,14); }

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

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

 span { border-color: rgb(207,183,14); }

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