Html Css Color HEX #CEC214 Bird Flower

📋 copy color: '#CEC214'

red 206 ◦ green 194 ◦ blue 20

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

Shades of Bird Flower #CEC214

Tints of Bird Flower #CEC214

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.19%

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

R = 49.05%
G = 46.19%
B = 4.76%

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

#CEC214 (or 0xCEC214) is known color: Bird Flower. HEX triplet: CE, C2 and 14. RGB value is (206,194,20). Sum of RGB (Red+Green+Blue) = 206+194+20=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC214 is #313DEB. Grayscale: #B2B2B2. Windows color (decimal): -3227116 or 1360590. OLE color: 1360590.

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

Color convert

RGB 206 194 20 -
CMYK 0 0.06 0.90 0.19
HSL 56.13º 0.82% 0.44% -
HSV(B) 56.13º 0.9% 0.81% -
XYZ 44.87 51.76 8.29 -
YUV 177.75 38.98 148.15 -
System Red Green Blue C M Y K H S L
Decimal 206 194 20 0 0.06 0.90 0.19 56.13 0.82 0.44
Hex CE C2 14 0 6 5A 13 38 52 2C
Octal 316 302 24 0 6 132 23 70 122 54
Binary 11001110 11000010 10100 0 110 1011010 10011 111000 1010010 101100

Color Harmonies of #CEC214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC214

Black with #CEC214

Text Example


Text Example

White with #CEC214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC214; }

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

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

background-color css

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

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

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

border-color css

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

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

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