Html Css Color HEX #CEB713 Bird Flower

📋 copy color: '#CEB713'

red 206 ◦ green 183 ◦ blue 19

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

Shades of Bird Flower #CEB713

Tints of Bird Flower #CEB713

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.85%

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

R = 50.49%
G = 44.85%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEB713 (or 0xCEB713) is known color: Bird Flower. HEX triplet: CE, B7 and 13. RGB value is (206,183,19). Sum of RGB (Red+Green+Blue) = 206+183+19=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 19 (7.81% from 255 or 4.66% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB713 is #3148EC. Grayscale: #ABABAB. Windows color (decimal): -3229933 or 1292238. OLE color: 1292238.

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

Color convert

RGB 206 183 19 -
CMYK 0 0.11 0.91 0.19
HSL 52.62º 0.83% 0.44% -
HSV(B) 52.62º 0.91% 0.81% -
XYZ 42.5 47.04 7.45 -
YUV 171.18 42.12 152.84 -
System Red Green Blue C M Y K H S L
Decimal 206 183 19 0 0.11 0.91 0.19 52.62 0.83 0.44
Hex CE B7 13 0 B 5B 13 35 53 2C
Octal 316 267 23 0 13 133 23 65 123 54
Binary 11001110 10110111 10011 0 1011 1011011 10011 110101 1010011 101100

Color Harmonies of #CEB713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB713

Black with #CEB713

Text Example


Text Example

White with #CEB713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB713; }

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

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

background-color css

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

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

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

border-color css

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

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

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