Html Css Color HEX #CEC112 Bird Flower

📋 copy color: '#CEC112'

red 206 ◦ green 193 ◦ blue 18

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

Shades of Bird Flower #CEC112

Tints of Bird Flower #CEC112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.32%

R = 49.4%
G = 46.28%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CEC112 (or 0xCEC112) is known color: Bird Flower. HEX triplet: CE, C1 and 12. RGB value is (206,193,18). Sum of RGB (Red+Green+Blue) = 206+193+18=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC112 is #313EED. Grayscale: #B1B1B1. Windows color (decimal): -3227374 or 1229262. OLE color: 1229262.

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

Color convert

RGB 206 193 18 -
CMYK 0 0.06 0.91 0.19
HSL 55.85º 0.84% 0.44% -
HSV(B) 55.85º 0.91% 0.81% -
XYZ 44.63 51.31 8.12 -
YUV 176.94 38.31 148.73 -
System Red Green Blue C M Y K H S L
Decimal 206 193 18 0 0.06 0.91 0.19 55.85 0.84 0.44
Hex CE C1 12 0 6 5B 13 38 54 2C
Octal 316 301 22 0 6 133 23 70 124 54
Binary 11001110 11000001 10010 0 110 1011011 10011 111000 1010100 101100

Color Harmonies of #CEC112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC112

Black with #CEC112

Text Example


Text Example

White with #CEC112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC112; }

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

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

background-color css

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

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

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

border-color css

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

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

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