Html Css Color HEX #CEAB01 Bird Flower

📋 copy color: '#CEAB01'

red 206 ◦ green 171 ◦ blue 1

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

Shades of Bird Flower #CEAB01

Tints of Bird Flower #CEAB01

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.24%

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

R = 54.5%
G = 45.24%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CEAB01 (or 0xCEAB01) is known color: Bird Flower. HEX triplet: CE, AB and 01. RGB value is (206,171,1). Sum of RGB (Red+Green+Blue) = 206+171+1=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 1 (0.78% from 255 or 0.26% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAB01 is #3154FE. Grayscale: #A2A2A2. Windows color (decimal): -3233023 or 109518. OLE color: 109518.

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

Color convert

RGB 206 171 1 -
CMYK 0 0.17 1.00 0.19
HSL 49.76º 0.99% 0.41% -
HSV(B) 49.76º 1% 0.81% -
XYZ 40.02 42.25 6.07 -
YUV 162.09 37.1 159.32 -
System Red Green Blue C M Y K H S L
Decimal 206 171 1 0 0.17 1.00 0.19 49.76 0.99 0.41
Hex CE AB 1 0 11 64 13 32 63 29
Octal 316 253 1 0 21 144 23 62 143 51
Binary 11001110 10101011 1 0 10001 1100100 10011 110010 1100011 101001

Color Harmonies of #CEAB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB01

Black with #CEAB01

Text Example


Text Example

White with #CEAB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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