Html Css Color HEX #CEB316 Bird Flower

📋 copy color: '#CEB316'

red 206 ◦ green 179 ◦ blue 22

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

Shades of Bird Flower #CEB316

Tints of Bird Flower #CEB316

RGB

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

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

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

R = 50.61%
G = 43.98%
B = 5.41%

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

#CEB316 (or 0xCEB316) is known color: Bird Flower. HEX triplet: CE, B3 and 16. RGB value is (206,179,22). Sum of RGB (Red+Green+Blue) = 206+179+22=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB316 is #314CE9. Grayscale: #A9A9A9. Windows color (decimal): -3230954 or 1487822. OLE color: 1487822.

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

Color convert

RGB 206 179 22 -
CMYK 0 0.13 0.89 0.19
HSL 51.2º 0.81% 0.45% -
HSV(B) 51.2º 0.89% 0.81% -
XYZ 41.72 45.42 7.33 -
YUV 169.18 44.95 154.27 -
System Red Green Blue C M Y K H S L
Decimal 206 179 22 0 0.13 0.89 0.19 51.2 0.81 0.45
Hex CE B3 16 0 D 59 13 33 51 2D
Octal 316 263 26 0 15 131 23 63 121 55
Binary 11001110 10110011 10110 0 1101 1011001 10011 110011 1010001 101101

Color Harmonies of #CEB316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB316

Black with #CEB316

Text Example


Text Example

White with #CEB316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB316; }

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

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

background-color css

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

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

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

border-color css

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

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

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