Html Css Color HEX #CEC114 Bird Flower

📋 copy color: '#CEC114'

red 206 ◦ green 193 ◦ blue 20

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

Shades of Bird Flower #CEC114

Tints of Bird Flower #CEC114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.77%

R = 49.16%
G = 46.06%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEC114 (or 0xCEC114) is known color: Bird Flower. HEX triplet: CE, C1 and 14. RGB value is (206,193,20). Sum of RGB (Red+Green+Blue) = 206+193+20=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC114 is #313EEB. Grayscale: #B1B1B1. Windows color (decimal): -3227372 or 1360334. OLE color: 1360334.

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

Color convert

RGB 206 193 20 -
CMYK 0 0.06 0.90 0.19
HSL 55.81º 0.82% 0.44% -
HSV(B) 55.81º 0.9% 0.81% -
XYZ 44.65 51.31 8.21 -
YUV 177.17 39.31 148.57 -
System Red Green Blue C M Y K H S L
Decimal 206 193 20 0 0.06 0.90 0.19 55.81 0.82 0.44
Hex CE C1 14 0 6 5A 13 38 52 2C
Octal 316 301 24 0 6 132 23 70 122 54
Binary 11001110 11000001 10100 0 110 1011010 10011 111000 1010010 101100

Color Harmonies of #CEC114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC114

Black with #CEC114

Text Example


Text Example

White with #CEC114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC114; }

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

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

background-color css

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

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

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

border-color css

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

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

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