Html Css Color HEX #CEB416 Bird Flower

📋 copy color: '#CEB416'

red 206 ◦ green 180 ◦ blue 22

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

Shades of Bird Flower #CEB416

Tints of Bird Flower #CEB416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.39%

R = 50.49%
G = 44.12%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEB416 (or 0xCEB416) is known color: Bird Flower. HEX triplet: CE, B4 and 16. RGB value is (206,180,22). Sum of RGB (Red+Green+Blue) = 206+180+22=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 22 (8.98% from 255 or 5.39% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB416 is #314BE9. Grayscale: #AAAAAA. Windows color (decimal): -3230698 or 1488078. OLE color: 1488078.

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

Color convert

RGB 206 180 22 -
CMYK 0 0.13 0.89 0.19
HSL 51.52º 0.81% 0.45% -
HSV(B) 51.52º 0.89% 0.81% -
XYZ 41.92 45.82 7.39 -
YUV 169.76 44.61 153.85 -
System Red Green Blue C M Y K H S L
Decimal 206 180 22 0 0.13 0.89 0.19 51.52 0.81 0.45
Hex CE B4 16 0 D 59 13 34 51 2D
Octal 316 264 26 0 15 131 23 64 121 55
Binary 11001110 10110100 10110 0 1101 1011001 10011 110100 1010001 101101

Color Harmonies of #CEB416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB416

Black with #CEB416

Text Example


Text Example

White with #CEB416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB416; }

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

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

background-color css

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

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

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

border-color css

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

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

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