Html Css Color HEX #CEB115 Bird Flower

📋 copy color: '#CEB115'

red 206 ◦ green 177 ◦ blue 21

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

Shades of Bird Flower #CEB115

Tints of Bird Flower #CEB115

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.81%

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

R = 50.99%
G = 43.81%
B = 5.2%

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

#CEB115 (or 0xCEB115) is known color: Bird Flower. HEX triplet: CE, B1 and 15. RGB value is (206,177,21). Sum of RGB (Red+Green+Blue) = 206+177+21=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB115 is #314EEA. Grayscale: #A8A8A8. Windows color (decimal): -3231467 or 1421774. OLE color: 1421774.

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

Color convert

RGB 206 177 21 -
CMYK 0 0.14 0.90 0.19
HSL 50.59º 0.81% 0.45% -
HSV(B) 50.59º 0.9% 0.81% -
XYZ 41.31 44.62 7.14 -
YUV 167.89 45.11 155.18 -
System Red Green Blue C M Y K H S L
Decimal 206 177 21 0 0.14 0.90 0.19 50.59 0.81 0.45
Hex CE B1 15 0 E 5A 13 33 51 2D
Octal 316 261 25 0 16 132 23 63 121 55
Binary 11001110 10110001 10101 0 1110 1011010 10011 110011 1010001 101101

Color Harmonies of #CEB115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB115

Black with #CEB115

Text Example


Text Example

White with #CEB115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB115; }

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

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

background-color css

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

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

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

border-color css

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

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

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