Html Css Color HEX #CEB101 Bird Flower

📋 copy color: '#CEB101'

red 206 ◦ green 177 ◦ blue 1

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

Shades of Bird Flower #CEB101

Tints of Bird Flower #CEB101

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.09%

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

R = 53.65%
G = 46.09%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CEB101 (or 0xCEB101) is known color: Bird Flower. HEX triplet: CE, B1 and 01. RGB value is (206,177,1). Sum of RGB (Red+Green+Blue) = 206+177+1=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB101 is #314EFE. Grayscale: #A6A6A6. Windows color (decimal): -3231487 or 111054. OLE color: 111054.

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

Color convert

RGB 206 177 1 -
CMYK 0 0.14 1.00 0.19
HSL 51.51º 0.99% 0.41% -
HSV(B) 51.51º 1% 0.81% -
XYZ 41.18 44.57 6.46 -
YUV 165.61 35.11 156.81 -
System Red Green Blue C M Y K H S L
Decimal 206 177 1 0 0.14 1.00 0.19 51.51 0.99 0.41
Hex CE B1 1 0 E 64 13 34 63 29
Octal 316 261 1 0 16 144 23 64 143 51
Binary 11001110 10110001 1 0 1110 1100100 10011 110100 1100011 101001

Color Harmonies of #CEB101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB101

Black with #CEB101

Text Example


Text Example

White with #CEB101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB101; }

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

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

background-color css

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

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

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

border-color css

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

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

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