Html Css Color HEX #CEB000 Bird Flower

📋 copy color: '#CEB000'

red 206 ◦ green 176 ◦ blue 0

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

Shades of Bird Flower #CEB000

Tints of Bird Flower #CEB000

RGB

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

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

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

R = 53.93%
G = 46.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CEB000 (or 0xCEB000) is known color: Bird Flower. HEX triplet: CE, B0 and 00. RGB value is (206,176,0). Sum of RGB (Red+Green+Blue) = 206+176+0=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB000 is #314FFF. Grayscale: #A5A5A5. Windows color (decimal): -3231744 or 45262. OLE color: 45262.

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

Color convert

RGB 206 176 0 -
CMYK 0 0.15 1 0.19
HSL 51.26º 1% 0.4% -
HSV(B) 51.26º 1% 0.81% -
XYZ 40.98 44.17 6.37 -
YUV 164.91 34.94 157.31 -
System Red Green Blue C M Y K H S L
Decimal 206 176 0 0 0.15 1 0.19 51.26 1 0.4
Hex CE B0 0 0 F 64 13 33 64 28
Octal 316 260 0 0 17 144 23 63 144 50
Binary 11001110 10110000 0 0 1111 1100100 10011 110011 1100100 101000

Color Harmonies of #CEB000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB000

Black with #CEB000

Text Example


Text Example

White with #CEB000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB000; }

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

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

background-color css

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

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

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

border-color css

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

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

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