Html Css Color HEX #CEB700 Bird Flower

📋 copy color: '#CEB700'

red 206 ◦ green 183 ◦ blue 0

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

Shades of Bird Flower #CEB700

Tints of Bird Flower #CEB700

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.04%

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

R = 52.96%
G = 47.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CEB700 (or 0xCEB700) is known color: Bird Flower. HEX triplet: CE, B7 and 00. RGB value is (206,183,0). Sum of RGB (Red+Green+Blue) = 206+183+0=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB700 is #3148FF. Grayscale: #A9A9A9. Windows color (decimal): -3229952 or 47054. OLE color: 47054.

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

Color convert

RGB 206 183 0 -
CMYK 0 0.11 1 0.19
HSL 53.3º 1% 0.4% -
HSV(B) 53.3º 1% 0.81% -
XYZ 42.39 46.99 6.84 -
YUV 169.02 32.62 154.38 -
System Red Green Blue C M Y K H S L
Decimal 206 183 0 0 0.11 1 0.19 53.3 1 0.4
Hex CE B7 0 0 B 64 13 35 64 28
Octal 316 267 0 0 13 144 23 65 144 50
Binary 11001110 10110111 0 0 1011 1100100 10011 110101 1100100 101000

Color Harmonies of #CEB700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB700

Black with #CEB700

Text Example


Text Example

White with #CEB700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB700; }

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

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

background-color css

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

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

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

border-color css

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

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

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