#CEB70C

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

Shades of Bird Flower #CEB70C

Tints of Bird Flower #CEB70C

Color information

#CEB70C (or 0xCEB70C) is unknown color: approx Bird Flower. HEX triplet: CE, B7 and 0C. RGB value is (206,183,12). Sum of RGB (Red+Green+Blue) = 206+183+12=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB70C is #3148F3. Grayscale: #ABABAB. Windows color (decimal): -3229940 or 833486. OLE color: 833486.

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

Color convert

RGB20618312-
CMYK00.110.940.19
HSL52.89º88.99%42.75%-
HSV(B)52.89º94.17%80.78%-
XYZ42.4547.027.19-
YUV170.3838.62153.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.37%
GREEN value IS 183 (71.88% from 255) = 45.64%
BLUE value IS 12 (5.08% from 255) = 2.99%
R=51.37%
G=45.64%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061831200.110.940.1952.8988.9942.75
HexCEB7C0B5E1335592b
Octal31626714013136236513153
Binary11001110101101111100010111011110100111101011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB70C; }

 p { color: rgb(206,183,12); }

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

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

 a { background-color: rgb(206,183,12); }

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

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

 span { border-color: rgb(206,183,12); }

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