Html Css Color HEX #CEB017 Bird Flower

📋 copy color: '#CEB017'

red 206 ◦ green 176 ◦ blue 23

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

Shades of Bird Flower #CEB017

Tints of Bird Flower #CEB017

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.46%

 BLUE value IS 23 (9.38% from 255) = 5.68%

R = 50.86%
G = 43.46%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEB017 (or 0xCEB017) is known color: Bird Flower. HEX triplet: CE, B0 and 17. RGB value is (206,176,23). Sum of RGB (Red+Green+Blue) = 206+176+23=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 23 (9.38% from 255 or 5.68% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB017 is #314FE8. Grayscale: #A8A8A8. Windows color (decimal): -3231721 or 1552590. OLE color: 1552590.

HSL color Cylindrical-coordinate representation of color #CEB017: hue angle of 50.16º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEB017 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 176 23 -
CMYK 0 0.15 0.89 0.19
HSL 50.16º 0.8% 0.45% -
HSV(B) 50.16º 0.89% 0.81% -
XYZ 41.13 44.23 7.18 -
YUV 167.53 46.44 155.44 -
System Red Green Blue C M Y K H S L
Decimal 206 176 23 0 0.15 0.89 0.19 50.16 0.8 0.45
Hex CE B0 17 0 F 59 13 32 50 2D
Octal 316 260 27 0 17 131 23 62 120 55
Binary 11001110 10110000 10111 0 1111 1011001 10011 110010 1010000 101101

Color Harmonies of #CEB017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB017

Black with #CEB017

Text Example


Text Example

White with #CEB017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB017; }

 p { color: rgb(206,176,23); }

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

background-color css

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

 a { background-color: rgb(206,176,23); }

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

border-color css

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

 span { border-color: rgb(206,176,23); }

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