Html Css Color HEX #CEB015 Bird Flower

📋 copy color: '#CEB015'

red 206 ◦ green 176 ◦ blue 21

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

Shades of Bird Flower #CEB015

Tints of Bird Flower #CEB015

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.67%

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

R = 51.12%
G = 43.67%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEB015 (or 0xCEB015) is known color: Bird Flower. HEX triplet: CE, B0 and 15. RGB value is (206,176,21). Sum of RGB (Red+Green+Blue) = 206+176+21=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB015 is #314FEA. Grayscale: #A7A7A7. Windows color (decimal): -3231723 or 1421518. OLE color: 1421518.

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

Color convert

RGB 206 176 21 -
CMYK 0 0.15 0.90 0.19
HSL 50.27º 0.81% 0.45% -
HSV(B) 50.27º 0.9% 0.81% -
XYZ 41.11 44.23 7.08 -
YUV 167.3 45.44 155.6 -
System Red Green Blue C M Y K H S L
Decimal 206 176 21 0 0.15 0.90 0.19 50.27 0.81 0.45
Hex CE B0 15 0 F 5A 13 32 51 2D
Octal 316 260 25 0 17 132 23 62 121 55
Binary 11001110 10110000 10101 0 1111 1011010 10011 110010 1010001 101101

Color Harmonies of #CEB015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB015

Black with #CEB015

Text Example


Text Example

White with #CEB015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB015; }

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

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

background-color css

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

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

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

border-color css

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

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

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