Html Css Color HEX #CEBA15 Bird Flower

📋 copy color: '#CEBA15'

red 206 ◦ green 186 ◦ blue 21

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

Shades of Bird Flower #CEBA15

Tints of Bird Flower #CEBA15

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.04%

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

R = 49.88%
G = 45.04%
B = 5.08%

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

#CEBA15 (or 0xCEBA15) is known color: Bird Flower. HEX triplet: CE, BA and 15. RGB value is (206,186,21). Sum of RGB (Red+Green+Blue) = 206+186+21=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBA15 is #3145EA. Grayscale: #ADADAD. Windows color (decimal): -3229163 or 1424078. OLE color: 1424078.

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

Color convert

RGB 206 186 21 -
CMYK 0 0.10 0.90 0.19
HSL 53.51º 0.81% 0.45% -
HSV(B) 53.51º 0.9% 0.81% -
XYZ 43.15 48.29 7.76 -
YUV 173.17 42.13 151.42 -
System Red Green Blue C M Y K H S L
Decimal 206 186 21 0 0.10 0.90 0.19 53.51 0.81 0.45
Hex CE BA 15 0 A 5A 13 36 51 2D
Octal 316 272 25 0 12 132 23 66 121 55
Binary 11001110 10111010 10101 0 1010 1011010 10011 110110 1010001 101101

Color Harmonies of #CEBA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA15

Black with #CEBA15

Text Example


Text Example

White with #CEBA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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