Html Css Color HEX #CEB901 Bird Flower

📋 copy color: '#CEB901'

red 206 ◦ green 185 ◦ blue 1

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

Shades of Bird Flower #CEB901

Tints of Bird Flower #CEB901

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.19%

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

R = 52.55%
G = 47.19%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CEB901 (or 0xCEB901) is known color: Bird Flower. HEX triplet: CE, B9 and 01. RGB value is (206,185,1). Sum of RGB (Red+Green+Blue) = 206+185+1=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 1 (0.78% from 255 or 0.26% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB901 is #3146FE. Grayscale: #ABABAB. Windows color (decimal): -3229439 or 113102. OLE color: 113102.

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

Color convert

RGB 206 185 1 -
CMYK 0 0.10 1.00 0.19
HSL 53.85º 0.99% 0.41% -
HSV(B) 53.85º 1% 0.81% -
XYZ 42.81 47.82 7 -
YUV 170.3 32.46 153.46 -
System Red Green Blue C M Y K H S L
Decimal 206 185 1 0 0.10 1.00 0.19 53.85 0.99 0.41
Hex CE B9 1 0 A 64 13 36 63 29
Octal 316 271 1 0 12 144 23 66 143 51
Binary 11001110 10111001 1 0 1010 1100100 10011 110110 1100011 101001

Color Harmonies of #CEB901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB901

Black with #CEB901

Text Example


Text Example

White with #CEB901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB901; }

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

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

background-color css

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

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

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

border-color css

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

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

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