Html Css Color HEX #CEC111 Bird Flower

📋 copy color: '#CEC111'

red 206 ◦ green 193 ◦ blue 17

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

Shades of Bird Flower #CEC111

Tints of Bird Flower #CEC111

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.39%

 BLUE value IS 17 (7.03% from 255) = 4.09%

R = 49.52%
G = 46.39%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CEC111 (or 0xCEC111) is known color: Bird Flower. HEX triplet: CE, C1 and 11. RGB value is (206,193,17). Sum of RGB (Red+Green+Blue) = 206+193+17=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC111 is #313EEE. Grayscale: #B1B1B1. Windows color (decimal): -3227375 or 1163726. OLE color: 1163726.

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

Color convert

RGB 206 193 17 -
CMYK 0 0.06 0.92 0.19
HSL 55.87º 0.85% 0.44% -
HSV(B) 55.87º 0.92% 0.81% -
XYZ 44.62 51.3 8.08 -
YUV 176.82 37.81 148.81 -
System Red Green Blue C M Y K H S L
Decimal 206 193 17 0 0.06 0.92 0.19 55.87 0.85 0.44
Hex CE C1 11 0 6 5C 13 38 55 2C
Octal 316 301 21 0 6 134 23 70 125 54
Binary 11001110 11000001 10001 0 110 1011100 10011 111000 1010101 101100

Color Harmonies of #CEC111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC111

Black with #CEC111

Text Example


Text Example

White with #CEC111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC111; }

 p { color: rgb(206,193,17); }

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

background-color css

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

 a { background-color: rgb(206,193,17); }

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

border-color css

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

 span { border-color: rgb(206,193,17); }

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