Html Css Color HEX #CEB801 Bird Flower

📋 copy color: '#CEB801'

red 206 ◦ green 184 ◦ blue 1

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

Shades of Bird Flower #CEB801

Tints of Bird Flower #CEB801

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.06%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 52.69%
G = 47.06%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CEB801 (or 0xCEB801) is known color: Bird Flower. HEX triplet: CE, B8 and 01. RGB value is (206,184,1). Sum of RGB (Red+Green+Blue) = 206+184+1=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB801 is #3147FE. Grayscale: #AAAAAA. Windows color (decimal): -3229695 or 112846. OLE color: 112846.

HSL color Cylindrical-coordinate representation of color #CEB801: hue angle of 53.56º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEB801 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 184 1 -
CMYK 0 0.11 1.00 0.19
HSL 53.56º 0.99% 0.41% -
HSV(B) 53.56º 1% 0.81% -
XYZ 42.6 47.4 6.93 -
YUV 169.72 32.79 153.88 -
System Red Green Blue C M Y K H S L
Decimal 206 184 1 0 0.11 1.00 0.19 53.56 0.99 0.41
Hex CE B8 1 0 B 64 13 36 63 29
Octal 316 270 1 0 13 144 23 66 143 51
Binary 11001110 10111000 1 0 1011 1100100 10011 110110 1100011 101001

Color Harmonies of #CEB801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB801

Black with #CEB801

Text Example


Text Example

White with #CEB801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB801; }

 p { color: rgb(206,184,1); }

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

background-color css

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

 a { background-color: rgb(206,184,1); }

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

border-color css

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

 span { border-color: rgb(206,184,1); }

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