Html Css Color HEX #CEB314 Bird Flower

📋 copy color: '#CEB314'

red 206 ◦ green 179 ◦ blue 20

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

Shades of Bird Flower #CEB314

Tints of Bird Flower #CEB314

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.2%

 BLUE value IS 20 (8.2% from 255) = 4.94%

R = 50.86%
G = 44.2%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEB314 (or 0xCEB314) is known color: Bird Flower. HEX triplet: CE, B3 and 14. RGB value is (206,179,20). Sum of RGB (Red+Green+Blue) = 206+179+20=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB314 is #314CEB. Grayscale: #A9A9A9. Windows color (decimal): -3230956 or 1356750. OLE color: 1356750.

HSL color Cylindrical-coordinate representation of color #CEB314: hue angle of 51.29º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEB314 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 179 20 -
CMYK 0 0.13 0.90 0.19
HSL 51.29º 0.82% 0.44% -
HSV(B) 51.29º 0.9% 0.81% -
XYZ 41.7 45.41 7.23 -
YUV 168.95 43.95 154.43 -
System Red Green Blue C M Y K H S L
Decimal 206 179 20 0 0.13 0.90 0.19 51.29 0.82 0.44
Hex CE B3 14 0 D 5A 13 33 52 2C
Octal 316 263 24 0 15 132 23 63 122 54
Binary 11001110 10110011 10100 0 1101 1011010 10011 110011 1010010 101100

Color Harmonies of #CEB314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB314

Black with #CEB314

Text Example


Text Example

White with #CEB314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB314; }

 p { color: rgb(206,179,20); }

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

background-color css

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

 a { background-color: rgb(206,179,20); }

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

border-color css

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

 span { border-color: rgb(206,179,20); }

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