Html Css Color HEX #CEB300 Bird Flower

📋 copy color: '#CEB300'

red 206 ◦ green 179 ◦ blue 0

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

Shades of Bird Flower #CEB300

Tints of Bird Flower #CEB300

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.49%

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

R = 53.51%
G = 46.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CEB300 (or 0xCEB300) is known color: Bird Flower. HEX triplet: CE, B3 and 00. RGB value is (206,179,0). Sum of RGB (Red+Green+Blue) = 206+179+0=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB300 is #314CFF. Grayscale: #A7A7A7. Windows color (decimal): -3230976 or 46030. OLE color: 46030.

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

Color convert

RGB 206 179 0 -
CMYK 0 0.13 1 0.19
HSL 52.14º 1% 0.4% -
HSV(B) 52.14º 1% 0.81% -
XYZ 41.57 45.36 6.56 -
YUV 166.67 33.95 156.05 -
System Red Green Blue C M Y K H S L
Decimal 206 179 0 0 0.13 1 0.19 52.14 1 0.4
Hex CE B3 0 0 D 64 13 34 64 28
Octal 316 263 0 0 15 144 23 64 144 50
Binary 11001110 10110011 0 0 1101 1100100 10011 110100 1100100 101000

Color Harmonies of #CEB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB300

Black with #CEB300

Text Example


Text Example

White with #CEB300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB300; }

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

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

background-color css

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

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

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

border-color css

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

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

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