Html Css Color HEX #CEC815 Bird Flower

📋 copy color: '#CEC815'

red 206 ◦ green 200 ◦ blue 21

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

Shades of Bird Flower #CEC815

Tints of Bird Flower #CEC815

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.84%

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

R = 48.24%
G = 46.84%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEC815 (or 0xCEC815) is known color: Bird Flower. HEX triplet: CE, C8 and 15. RGB value is (206,200,21). Sum of RGB (Red+Green+Blue) = 206+200+21=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC815 is #3137EA. Grayscale: #B6B6B6. Windows color (decimal): -3225579 or 1427662. OLE color: 1427662.

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

Color convert

RGB 206 200 21 -
CMYK 0 0.03 0.90 0.19
HSL 58.05º 0.81% 0.45% -
HSV(B) 58.05º 0.9% 0.81% -
XYZ 46.24 54.48 8.79 -
YUV 181.39 37.49 145.55 -
System Red Green Blue C M Y K H S L
Decimal 206 200 21 0 0.03 0.90 0.19 58.05 0.81 0.45
Hex CE C8 15 0 3 5A 13 3A 51 2D
Octal 316 310 25 0 3 132 23 72 121 55
Binary 11001110 11001000 10101 0 11 1011010 10011 111010 1010001 101101

Color Harmonies of #CEC815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC815

Black with #CEC815

Text Example


Text Example

White with #CEC815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC815; }

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

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

background-color css

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

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

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

border-color css

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

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

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