Html Css Color HEX #CEB214 Bird Flower

📋 copy color: '#CEB214'

red 206 ◦ green 178 ◦ blue 20

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

Shades of Bird Flower #CEB214

Tints of Bird Flower #CEB214

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.06%

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

R = 50.99%
G = 44.06%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEB214 (or 0xCEB214) is known color: Bird Flower. HEX triplet: CE, B2 and 14. RGB value is (206,178,20). Sum of RGB (Red+Green+Blue) = 206+178+20=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB214 is #314DEB. Grayscale: #A9A9A9. Windows color (decimal): -3231212 or 1356494. OLE color: 1356494.

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

Color convert

RGB 206 178 20 -
CMYK 0 0.14 0.90 0.19
HSL 50.97º 0.82% 0.44% -
HSV(B) 50.97º 0.9% 0.81% -
XYZ 41.5 45.01 7.16 -
YUV 168.36 44.28 154.85 -
System Red Green Blue C M Y K H S L
Decimal 206 178 20 0 0.14 0.90 0.19 50.97 0.82 0.44
Hex CE B2 14 0 E 5A 13 33 52 2C
Octal 316 262 24 0 16 132 23 63 122 54
Binary 11001110 10110010 10100 0 1110 1011010 10011 110011 1010010 101100

Color Harmonies of #CEB214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB214

Black with #CEB214

Text Example


Text Example

White with #CEB214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB214; }

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

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

background-color css

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

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

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

border-color css

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

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

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