Html Css Color HEX #CEAB03 Bird Flower

📋 copy color: '#CEAB03'

red 206 ◦ green 171 ◦ blue 3

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

Shades of Bird Flower #CEAB03

Tints of Bird Flower #CEAB03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 54.21%
G = 45%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CEAB03 (or 0xCEAB03) is known color: Bird Flower. HEX triplet: CE, AB and 03. RGB value is (206,171,3). Sum of RGB (Red+Green+Blue) = 206+171+3=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 3 (1.56% from 255 or 0.79% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAB03 is #3154FC. Grayscale: #A3A3A3. Windows color (decimal): -3233021 or 240590. OLE color: 240590.

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

Color convert

RGB 206 171 3 -
CMYK 0 0.17 0.99 0.19
HSL 49.66º 0.97% 0.41% -
HSV(B) 49.66º 0.99% 0.81% -
XYZ 40.03 42.25 6.13 -
YUV 162.31 38.1 159.16 -
System Red Green Blue C M Y K H S L
Decimal 206 171 3 0 0.17 0.99 0.19 49.66 0.97 0.41
Hex CE AB 3 0 11 63 13 32 61 29
Octal 316 253 3 0 21 143 23 62 141 51
Binary 11001110 10101011 11 0 10001 1100011 10011 110010 1100001 101001

Color Harmonies of #CEAB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB03

Black with #CEAB03

Text Example


Text Example

White with #CEAB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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