Html Css Color HEX #CEB100 Bird Flower

📋 copy color: '#CEB100'

red 206 ◦ green 177 ◦ blue 0

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

Shades of Bird Flower #CEB100

Tints of Bird Flower #CEB100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.79%
G = 46.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CEB100 (or 0xCEB100) is known color: Bird Flower. HEX triplet: CE, B1 and 00. RGB value is (206,177,0). Sum of RGB (Red+Green+Blue) = 206+177+0=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB100 is #314EFF. Grayscale: #A6A6A6. Windows color (decimal): -3231488 or 45518. OLE color: 45518.

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

Color convert

RGB 206 177 0 -
CMYK 0 0.14 1 0.19
HSL 51.55º 1% 0.4% -
HSV(B) 51.55º 1% 0.81% -
XYZ 41.18 44.57 6.43 -
YUV 165.49 34.61 156.89 -
System Red Green Blue C M Y K H S L
Decimal 206 177 0 0 0.14 1 0.19 51.55 1 0.4
Hex CE B1 0 0 E 64 13 34 64 28
Octal 316 261 0 0 16 144 23 64 144 50
Binary 11001110 10110001 0 0 1110 1100100 10011 110100 1100100 101000

Color Harmonies of #CEB100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB100

Black with #CEB100

Text Example


Text Example

White with #CEB100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB100; }

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

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

background-color css

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

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

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

border-color css

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

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

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