Html Css Color HEX #CEB400 Bird Flower

📋 copy color: '#CEB400'

red 206 ◦ green 180 ◦ blue 0

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

Shades of Bird Flower #CEB400

Tints of Bird Flower #CEB400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.63%

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

R = 53.37%
G = 46.63%
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

#CEB400 (or 0xCEB400) is known color: Bird Flower. HEX triplet: CE, B4 and 00. RGB value is (206,180,0). Sum of RGB (Red+Green+Blue) = 206+180+0=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB400 is #314BFF. Grayscale: #A8A8A8. Windows color (decimal): -3230720 or 46286. OLE color: 46286.

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

Color convert

RGB 206 180 0 -
CMYK 0 0.13 1 0.19
HSL 52.43º 1% 0.4% -
HSV(B) 52.43º 1% 0.81% -
XYZ 41.77 45.76 6.63 -
YUV 167.25 33.61 155.64 -
System Red Green Blue C M Y K H S L
Decimal 206 180 0 0 0.13 1 0.19 52.43 1 0.4
Hex CE B4 0 0 D 64 13 34 64 28
Octal 316 264 0 0 15 144 23 64 144 50
Binary 11001110 10110100 0 0 1101 1100100 10011 110100 1100100 101000

Color Harmonies of #CEB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB400

Black with #CEB400

Text Example


Text Example

White with #CEB400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB400; }

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

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

background-color css

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

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

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

border-color css

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

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

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