Html Css Color HEX #CEB412 Bird Flower

📋 copy color: '#CEB412'

red 206 ◦ green 180 ◦ blue 18

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

Shades of Bird Flower #CEB412

Tints of Bird Flower #CEB412

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.55%

 BLUE value IS 18 (7.42% from 255) = 4.46%

R = 50.99%
G = 44.55%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEB412 (or 0xCEB412) is known color: Bird Flower. HEX triplet: CE, B4 and 12. RGB value is (206,180,18). Sum of RGB (Red+Green+Blue) = 206+180+18=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB412 is #314BED. Grayscale: #A9A9A9. Windows color (decimal): -3230702 or 1225934. OLE color: 1225934.

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

Color convert

RGB 206 180 18 -
CMYK 0 0.13 0.91 0.19
HSL 51.7º 0.84% 0.44% -
HSV(B) 51.7º 0.91% 0.81% -
XYZ 41.88 45.81 7.21 -
YUV 169.31 42.61 154.17 -
System Red Green Blue C M Y K H S L
Decimal 206 180 18 0 0.13 0.91 0.19 51.7 0.84 0.44
Hex CE B4 12 0 D 5B 13 34 54 2C
Octal 316 264 22 0 15 133 23 64 124 54
Binary 11001110 10110100 10010 0 1101 1011011 10011 110100 1010100 101100

Color Harmonies of #CEB412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB412

Black with #CEB412

Text Example


Text Example

White with #CEB412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB412; }

 p { color: rgb(206,180,18); }

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

background-color css

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

 a { background-color: rgb(206,180,18); }

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

border-color css

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

 span { border-color: rgb(206,180,18); }

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