Html Css Color HEX #CEC010 Bird Flower

📋 copy color: '#CEC010'

red 206 ◦ green 192 ◦ blue 16

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

Shades of Bird Flower #CEC010

Tints of Bird Flower #CEC010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.38%

 BLUE value IS 16 (6.64% from 255) = 3.86%

R = 49.76%
G = 46.38%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CEC010 (or 0xCEC010) is known color: Bird Flower. HEX triplet: CE, C0 and 10. RGB value is (206,192,16). Sum of RGB (Red+Green+Blue) = 206+192+16=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC010 is #313FEF. Grayscale: #B0B0B0. Windows color (decimal): -3227632 or 1097934. OLE color: 1097934.

HSL color Cylindrical-coordinate representation of color #CEC010: hue angle of 55.58º degrees, saturation: 0.86, 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 #CEC010 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 192 16 -
CMYK 0 0.07 0.92 0.19
HSL 55.58º 0.86% 0.44% -
HSV(B) 55.58º 0.92% 0.81% -
XYZ 44.4 50.86 7.97 -
YUV 176.12 37.64 149.31 -
System Red Green Blue C M Y K H S L
Decimal 206 192 16 0 0.07 0.92 0.19 55.58 0.86 0.44
Hex CE C0 10 0 7 5C 13 38 56 2C
Octal 316 300 20 0 7 134 23 70 126 54
Binary 11001110 11000000 10000 0 111 1011100 10011 111000 1010110 101100

Color Harmonies of #CEC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC010

Black with #CEC010

Text Example


Text Example

White with #CEC010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC010; }

 p { color: rgb(206,192,16); }

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

background-color css

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

 a { background-color: rgb(206,192,16); }

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

border-color css

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

 span { border-color: rgb(206,192,16); }

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