Html Css Color HEX #CEB215 Bird Flower

📋 copy color: '#CEB215'

red 206 ◦ green 178 ◦ blue 21

#CEB215
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CEB215

Tints of Bird Flower #CEB215

RGB

 RED value IS 206 (80.86% from 255) = 50.86%

 GREEN value IS 178 (69.92% from 255) = 43.95%

 BLUE value IS 21 (8.59% from 255) = 5.19%

R = 50.86%
G = 43.95%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEB215 (or 0xCEB215) is known color: Bird Flower. HEX triplet: CE, B2 and 15. RGB value is (206,178,21). Sum of RGB (Red+Green+Blue) = 206+178+21=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 21 (8.59% from 255 or 5.19% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB215 is #314DEA. Grayscale: #A9A9A9. Windows color (decimal): -3231211 or 1422030. OLE color: 1422030.

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

Color convert

RGB 206 178 21 -
CMYK 0 0.14 0.90 0.19
HSL 50.92º 0.81% 0.45% -
HSV(B) 50.92º 0.9% 0.81% -
XYZ 41.51 45.02 7.21 -
YUV 168.47 44.78 154.77 -
System Red Green Blue C M Y K H S L
Decimal 206 178 21 0 0.14 0.90 0.19 50.92 0.81 0.45
Hex CE B2 15 0 E 5A 13 33 51 2D
Octal 316 262 25 0 16 132 23 63 121 55
Binary 11001110 10110010 10101 0 1110 1011010 10011 110011 1010001 101101

Color Harmonies of #CEB215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB215

Black with #CEB215

Text Example


Text Example

White with #CEB215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB215; }

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

 H1.HeaderClassName
 {
   color: #CEB215;
 }
 .AnyTagClassName
 {
   color: #CEB215;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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