Html Css Color HEX #CEB701 Bird Flower

📋 copy color: '#CEB701'

red 206 ◦ green 183 ◦ blue 1

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

Shades of Bird Flower #CEB701

Tints of Bird Flower #CEB701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 52.82%
G = 46.92%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CEB701 (or 0xCEB701) is known color: Bird Flower. HEX triplet: CE, B7 and 01. RGB value is (206,183,1). Sum of RGB (Red+Green+Blue) = 206+183+1=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB701 is #3148FE. Grayscale: #A9A9A9. Windows color (decimal): -3229951 or 112590. OLE color: 112590.

HSL color Cylindrical-coordinate representation of color #CEB701: hue angle of 53.27º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEB701 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 183 1 -
CMYK 0 0.11 1.00 0.19
HSL 53.27º 0.99% 0.41% -
HSV(B) 53.27º 1% 0.81% -
XYZ 42.39 46.99 6.86 -
YUV 169.13 33.12 154.3 -
System Red Green Blue C M Y K H S L
Decimal 206 183 1 0 0.11 1.00 0.19 53.27 0.99 0.41
Hex CE B7 1 0 B 64 13 35 63 29
Octal 316 267 1 0 13 144 23 65 143 51
Binary 11001110 10110111 1 0 1011 1100100 10011 110101 1100011 101001

Color Harmonies of #CEB701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB701

Black with #CEB701

Text Example


Text Example

White with #CEB701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB701; }

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

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

background-color css

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

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

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

border-color css

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

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

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