Html Css Color HEX #CEB315 Bird Flower

📋 copy color: '#CEB315'

red 206 ◦ green 179 ◦ blue 21

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

Shades of Bird Flower #CEB315

Tints of Bird Flower #CEB315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.17%

R = 50.74%
G = 44.09%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEB315 (or 0xCEB315) is known color: Bird Flower. HEX triplet: CE, B3 and 15. RGB value is (206,179,21). Sum of RGB (Red+Green+Blue) = 206+179+21=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB315 is #314CEA. Grayscale: #A9A9A9. Windows color (decimal): -3230955 or 1422286. OLE color: 1422286.

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

Color convert

RGB 206 179 21 -
CMYK 0 0.13 0.90 0.19
HSL 51.24º 0.81% 0.45% -
HSV(B) 51.24º 0.9% 0.81% -
XYZ 41.71 45.42 7.28 -
YUV 169.06 44.45 154.35 -
System Red Green Blue C M Y K H S L
Decimal 206 179 21 0 0.13 0.90 0.19 51.24 0.81 0.45
Hex CE B3 15 0 D 5A 13 33 51 2D
Octal 316 263 25 0 15 132 23 63 121 55
Binary 11001110 10110011 10101 0 1101 1011010 10011 110011 1010001 101101

Color Harmonies of #CEB315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB315

Black with #CEB315

Text Example


Text Example

White with #CEB315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB315; }

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

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

background-color css

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

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

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

border-color css

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

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

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