Html Css Color HEX #CEBA13 Bird Flower

📋 copy color: '#CEBA13'

red 206 ◦ green 186 ◦ blue 19

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

Shades of Bird Flower #CEBA13

Tints of Bird Flower #CEBA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.62%

R = 50.12%
G = 45.26%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEBA13 (or 0xCEBA13) is known color: Bird Flower. HEX triplet: CE, BA and 13. RGB value is (206,186,19). Sum of RGB (Red+Green+Blue) = 206+186+19=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 19 (7.81% from 255 or 4.62% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBA13 is #3145EC. Grayscale: #ADADAD. Windows color (decimal): -3229165 or 1293006. OLE color: 1293006.

HSL color Cylindrical-coordinate representation of color #CEBA13: hue angle of 53.58º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEBA13 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 186 19 -
CMYK 0 0.10 0.91 0.19
HSL 53.58º 0.83% 0.44% -
HSV(B) 53.58º 0.91% 0.81% -
XYZ 43.13 48.29 7.66 -
YUV 172.94 41.13 151.58 -
System Red Green Blue C M Y K H S L
Decimal 206 186 19 0 0.10 0.91 0.19 53.58 0.83 0.44
Hex CE BA 13 0 A 5B 13 36 53 2C
Octal 316 272 23 0 12 133 23 66 123 54
Binary 11001110 10111010 10011 0 1010 1011011 10011 110110 1010011 101100

Color Harmonies of #CEBA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA13

Black with #CEBA13

Text Example


Text Example

White with #CEBA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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