Html Css Color HEX #CEB913 Bird Flower

📋 copy color: '#CEB913'

red 206 ◦ green 185 ◦ blue 19

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

Shades of Bird Flower #CEB913

Tints of Bird Flower #CEB913

RGB

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

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

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

R = 50.24%
G = 45.12%
B = 4.63%

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

#CEB913 (or 0xCEB913) is known color: Bird Flower. HEX triplet: CE, B9 and 13. RGB value is (206,185,19). Sum of RGB (Red+Green+Blue) = 206+185+19=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 19 (7.81% from 255 or 4.63% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB913 is #3146EC. Grayscale: #ADADAD. Windows color (decimal): -3229421 or 1292750. OLE color: 1292750.

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

Color convert

RGB 206 185 19 -
CMYK 0 0.10 0.91 0.19
HSL 53.26º 0.83% 0.44% -
HSV(B) 53.26º 0.91% 0.81% -
XYZ 42.92 47.87 7.59 -
YUV 172.36 41.46 152 -
System Red Green Blue C M Y K H S L
Decimal 206 185 19 0 0.10 0.91 0.19 53.26 0.83 0.44
Hex CE B9 13 0 A 5B 13 35 53 2C
Octal 316 271 23 0 12 133 23 65 123 54
Binary 11001110 10111001 10011 0 1010 1011011 10011 110101 1010011 101100

Color Harmonies of #CEB913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB913

Black with #CEB913

Text Example


Text Example

White with #CEB913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB913; }

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

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

background-color css

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

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

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

border-color css

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

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

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