Html Css Color HEX #CEC513 Bird Flower

📋 copy color: '#CEC513'

red 206 ◦ green 197 ◦ blue 19

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

Shades of Bird Flower #CEC513

Tints of Bird Flower #CEC513

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.68%

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

R = 48.82%
G = 46.68%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEC513 (or 0xCEC513) is known color: Bird Flower. HEX triplet: CE, C5 and 13. RGB value is (206,197,19). Sum of RGB (Red+Green+Blue) = 206+197+19=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC513 is #313AEC. Grayscale: #B4B4B4. Windows color (decimal): -3226349 or 1295822. OLE color: 1295822.

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

Color convert

RGB 206 197 19 -
CMYK 0 0.04 0.91 0.19
HSL 57.11º 0.83% 0.44% -
HSV(B) 57.11º 0.91% 0.81% -
XYZ 45.54 53.1 8.47 -
YUV 179.4 37.48 146.97 -
System Red Green Blue C M Y K H S L
Decimal 206 197 19 0 0.04 0.91 0.19 57.11 0.83 0.44
Hex CE C5 13 0 4 5B 13 39 53 2C
Octal 316 305 23 0 4 133 23 71 123 54
Binary 11001110 11000101 10011 0 100 1011011 10011 111001 1010011 101100

Color Harmonies of #CEC513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC513

Black with #CEC513

Text Example


Text Example

White with #CEC513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC513; }

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

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

background-color css

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

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

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

border-color css

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

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

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