Html Css Color HEX #CEB615 Bird Flower

📋 copy color: '#CEB615'

red 206 ◦ green 182 ◦ blue 21

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

Shades of Bird Flower #CEB615

Tints of Bird Flower #CEB615

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.5%

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

R = 50.37%
G = 44.5%
B = 5.13%

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

#CEB615 (or 0xCEB615) is known color: Bird Flower. HEX triplet: CE, B6 and 15. RGB value is (206,182,21). Sum of RGB (Red+Green+Blue) = 206+182+21=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB615 is #3149EA. Grayscale: #ABABAB. Windows color (decimal): -3230187 or 1423054. OLE color: 1423054.

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

Color convert

RGB 206 182 21 -
CMYK 0 0.12 0.90 0.19
HSL 52.22º 0.81% 0.45% -
HSV(B) 52.22º 0.9% 0.81% -
XYZ 42.32 46.63 7.48 -
YUV 170.82 43.45 153.09 -
System Red Green Blue C M Y K H S L
Decimal 206 182 21 0 0.12 0.90 0.19 52.22 0.81 0.45
Hex CE B6 15 0 C 5A 13 34 51 2D
Octal 316 266 25 0 14 132 23 64 121 55
Binary 11001110 10110110 10101 0 1100 1011010 10011 110100 1010001 101101

Color Harmonies of #CEB615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB615

Black with #CEB615

Text Example


Text Example

White with #CEB615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB615; }

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

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

background-color css

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

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

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

border-color css

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

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

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