Html Css Color HEX #CEB600 Bird Flower

📋 copy color: '#CEB600'

red 206 ◦ green 182 ◦ blue 0

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

Shades of Bird Flower #CEB600

Tints of Bird Flower #CEB600

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.91%

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

R = 53.09%
G = 46.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CEB600 (or 0xCEB600) is known color: Bird Flower. HEX triplet: CE, B6 and 00. RGB value is (206,182,0). Sum of RGB (Red+Green+Blue) = 206+182+0=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB600 is #3149FF. Grayscale: #A9A9A9. Windows color (decimal): -3230208 or 46798. OLE color: 46798.

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

Color convert

RGB 206 182 0 -
CMYK 0 0.12 1 0.19
HSL 53.01º 1% 0.4% -
HSV(B) 53.01º 1% 0.81% -
XYZ 42.18 46.58 6.77 -
YUV 168.43 32.95 154.8 -
System Red Green Blue C M Y K H S L
Decimal 206 182 0 0 0.12 1 0.19 53.01 1 0.4
Hex CE B6 0 0 C 64 13 35 64 28
Octal 316 266 0 0 14 144 23 65 144 50
Binary 11001110 10110110 0 0 1100 1100100 10011 110101 1100100 101000

Color Harmonies of #CEB600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB600

Black with #CEB600

Text Example


Text Example

White with #CEB600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB600; }

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

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

background-color css

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

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

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

border-color css

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

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

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