Html Css Color HEX #CEB915 Bird Flower

📋 copy color: '#CEB915'

red 206 ◦ green 185 ◦ blue 21

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

Shades of Bird Flower #CEB915

Tints of Bird Flower #CEB915

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.9%

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

R = 50%
G = 44.9%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEB915 (or 0xCEB915) is known color: Bird Flower. HEX triplet: CE, B9 and 15. RGB value is (206,185,21). Sum of RGB (Red+Green+Blue) = 206+185+21=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB915 is #3146EA. Grayscale: #ADADAD. Windows color (decimal): -3229419 or 1423822. OLE color: 1423822.

HSL color Cylindrical-coordinate representation of color #CEB915: hue angle of 53.19º 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 #CEB915 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 185 21 -
CMYK 0 0.10 0.90 0.19
HSL 53.19º 0.81% 0.45% -
HSV(B) 53.19º 0.9% 0.81% -
XYZ 42.94 47.87 7.69 -
YUV 172.58 42.46 151.84 -
System Red Green Blue C M Y K H S L
Decimal 206 185 21 0 0.10 0.90 0.19 53.19 0.81 0.45
Hex CE B9 15 0 A 5A 13 35 51 2D
Octal 316 271 25 0 12 132 23 65 121 55
Binary 11001110 10111001 10101 0 1010 1011010 10011 110101 1010001 101101

Color Harmonies of #CEB915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB915

Black with #CEB915

Text Example


Text Example

White with #CEB915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB915; }

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

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

background-color css

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

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

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

border-color css

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

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

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