#CEB214

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

Shades of Bird Flower #CEB214

Tints of Bird Flower #CEB214

Color information

#CEB214 (or 0xCEB214) is unknown color: approx Bird Flower. HEX triplet: CE, B2 and 14. RGB value is (206,178,20). Sum of RGB (Red+Green+Blue) = 206+178+20=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB214 is #314DEB. Grayscale: #A9A9A9. Windows color (decimal): -3231212 or 1356494. OLE color: 1356494.

HSL color Cylindrical-coordinate representation of color #CEB214: hue angle of 50.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEB214 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB20617820-
CMYK00.140.900.19
HSL50.97º82.3%44.31%-
HSV(B)50.97º90.29%80.78%-
XYZ41.545.017.16-
YUV168.3644.28154.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.99%
GREEN value IS 178 (69.92% from 255) = 44.06%
BLUE value IS 20 (8.20% from 255) = 4.95%
R=50.99%
G=44.06%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061782000.140.900.1950.9782.344.31
HexCEB2140E5A1333522c
Octal31626224016132236312254
Binary110011101011001010100011101011010100111100111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB214; }

 p { color: rgb(206,178,20); }

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

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

 a { background-color: rgb(206,178,20); }

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

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

 span { border-color: rgb(206,178,20); }

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