Html Css Color HEX #CEC10F Bird Flower

📋 copy color: '#CEC10F'

red 206 ◦ green 193 ◦ blue 15

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

Shades of Bird Flower #CEC10F

Tints of Bird Flower #CEC10F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.62%

R = 49.76%
G = 46.62%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CEC10F (or 0xCEC10F) is known color: Bird Flower. HEX triplet: CE, C1 and 0F. RGB value is (206,193,15). Sum of RGB (Red+Green+Blue) = 206+193+15=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC10F is #313EF0. Grayscale: #B1B1B1. Windows color (decimal): -3227377 or 1032654. OLE color: 1032654.

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

Color convert

RGB 206 193 15 -
CMYK 0 0.06 0.93 0.19
HSL 55.92º 0.86% 0.43% -
HSV(B) 55.92º 0.93% 0.81% -
XYZ 44.61 51.3 8 -
YUV 176.6 36.81 148.97 -
System Red Green Blue C M Y K H S L
Decimal 206 193 15 0 0.06 0.93 0.19 55.92 0.86 0.43
Hex CE C1 F 0 6 5D 13 38 56 2B
Octal 316 301 17 0 6 135 23 70 126 53
Binary 11001110 11000001 1111 0 110 1011101 10011 111000 1010110 101011

Color Harmonies of #CEC10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC10F

Black with #CEC10F

Text Example


Text Example

White with #CEC10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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