Html Css Color HEX #CEB31A Bird Flower

📋 copy color: '#CEB31A'

red 206 ◦ green 179 ◦ blue 26

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

Shades of Bird Flower #CEB31A

Tints of Bird Flower #CEB31A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.55%

 BLUE value IS 26 (10.55% from 255) = 6.33%

R = 50.12%
G = 43.55%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CEB31A (or 0xCEB31A) is known color: Bird Flower. HEX triplet: CE, B3 and 1A. RGB value is (206,179,26). Sum of RGB (Red+Green+Blue) = 206+179+26=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB31A is #314CE5. Grayscale: #AAAAAA. Windows color (decimal): -3230950 or 1749966. OLE color: 1749966.

HSL color Cylindrical-coordinate representation of color #CEB31A: hue angle of 51º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEB31A is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 179 26 -
CMYK 0 0.13 0.87 0.19
HSL 51º 0.78% 0.45% -
HSV(B) 51º 0.87% 0.81% -
XYZ 41.76 45.44 7.55 -
YUV 169.63 46.95 153.94 -
System Red Green Blue C M Y K H S L
Decimal 206 179 26 0 0.13 0.87 0.19 51 0.78 0.45
Hex CE B3 1A 0 D 57 13 33 4E 2D
Octal 316 263 32 0 15 127 23 63 116 55
Binary 11001110 10110011 11010 0 1101 1010111 10011 110011 1001110 101101

Color Harmonies of #CEB31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB31A

Black with #CEB31A

Text Example


Text Example

White with #CEB31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB31A; }

 p { color: rgb(206,179,26); }

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

background-color css

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

 a { background-color: rgb(206,179,26); }

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

border-color css

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

 span { border-color: rgb(206,179,26); }

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