Html Css Color HEX #CEB515 Bird Flower

📋 copy color: '#CEB515'

red 206 ◦ green 181 ◦ blue 21

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

Shades of Bird Flower #CEB515

Tints of Bird Flower #CEB515

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.36%

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

R = 50.49%
G = 44.36%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEB515 (or 0xCEB515) is known color: Bird Flower. HEX triplet: CE, B5 and 15. RGB value is (206,181,21). Sum of RGB (Red+Green+Blue) = 206+181+21=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB515 is #314AEA. Grayscale: #AAAAAA. Windows color (decimal): -3230443 or 1422798. OLE color: 1422798.

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

Color convert

RGB 206 181 21 -
CMYK 0 0.12 0.90 0.19
HSL 51.89º 0.81% 0.45% -
HSV(B) 51.89º 0.9% 0.81% -
XYZ 42.11 46.22 7.41 -
YUV 170.24 43.78 153.51 -
System Red Green Blue C M Y K H S L
Decimal 206 181 21 0 0.12 0.90 0.19 51.89 0.81 0.45
Hex CE B5 15 0 C 5A 13 34 51 2D
Octal 316 265 25 0 14 132 23 64 121 55
Binary 11001110 10110101 10101 0 1100 1011010 10011 110100 1010001 101101

Color Harmonies of #CEB515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB515

Black with #CEB515

Text Example


Text Example

White with #CEB515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB515; }

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

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

background-color css

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

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

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

border-color css

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

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

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