Html Css Color HEX #CEC913 Bird Flower

📋 copy color: '#CEC913'

red 206 ◦ green 201 ◦ blue 19

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

Shades of Bird Flower #CEC913

Tints of Bird Flower #CEC913

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.18%

 BLUE value IS 19 (7.81% from 255) = 4.46%

R = 48.36%
G = 47.18%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEC913 (or 0xCEC913) is known color: Bird Flower. HEX triplet: CE, C9 and 13. RGB value is (206,201,19). Sum of RGB (Red+Green+Blue) = 206+201+19=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 19 (7.81% from 255 or 4.46% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC913 is #3136EC. Grayscale: #B6B6B6. Windows color (decimal): -3225325 or 1296846. OLE color: 1296846.

HSL color Cylindrical-coordinate representation of color #CEC913: hue angle of 58.4º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEC913 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 201 19 -
CMYK 0 0.02 0.91 0.19
HSL 58.4º 0.83% 0.44% -
HSV(B) 58.4º 0.91% 0.81% -
XYZ 46.46 54.94 8.77 -
YUV 181.75 36.16 145.3 -
System Red Green Blue C M Y K H S L
Decimal 206 201 19 0 0.02 0.91 0.19 58.4 0.83 0.44
Hex CE C9 13 0 2 5B 13 3A 53 2C
Octal 316 311 23 0 2 133 23 72 123 54
Binary 11001110 11001001 10011 0 10 1011011 10011 111010 1010011 101100

Color Harmonies of #CEC913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC913

Black with #CEC913

Text Example


Text Example

White with #CEC913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC913; }

 p { color: rgb(206,201,19); }

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

background-color css

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

 a { background-color: rgb(206,201,19); }

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

border-color css

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

 span { border-color: rgb(206,201,19); }

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