Html Css Color HEX #CEC713 Bird Flower

📋 copy color: '#CEC713'

red 206 ◦ green 199 ◦ blue 19

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

Shades of Bird Flower #CEC713

Tints of Bird Flower #CEC713

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.93%

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

R = 48.58%
G = 46.93%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEC713 (or 0xCEC713) is known color: Bird Flower. HEX triplet: CE, C7 and 13. RGB value is (206,199,19). Sum of RGB (Red+Green+Blue) = 206+199+19=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 19 (7.81% from 255 or 4.48% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC713 is #3138EC. Grayscale: #B5B5B5. Windows color (decimal): -3225837 or 1296334. OLE color: 1296334.

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

Color convert

RGB 206 199 19 -
CMYK 0 0.03 0.91 0.19
HSL 57.75º 0.83% 0.44% -
HSV(B) 57.75º 0.91% 0.81% -
XYZ 45.99 54.02 8.62 -
YUV 180.57 36.82 146.14 -
System Red Green Blue C M Y K H S L
Decimal 206 199 19 0 0.03 0.91 0.19 57.75 0.83 0.44
Hex CE C7 13 0 3 5B 13 3A 53 2C
Octal 316 307 23 0 3 133 23 72 123 54
Binary 11001110 11000111 10011 0 11 1011011 10011 111010 1010011 101100

Color Harmonies of #CEC713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC713

Black with #CEC713

Text Example


Text Example

White with #CEC713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC713; }

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

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

background-color css

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

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

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

border-color css

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

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

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