Html Css Color HEX #CEB90E Bird Flower

📋 copy color: '#CEB90E'

red 206 ◦ green 185 ◦ blue 14

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

Shades of Bird Flower #CEB90E

Tints of Bird Flower #CEB90E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.68%

 BLUE value IS 14 (5.86% from 255) = 3.46%

R = 50.86%
G = 45.68%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CEB90E (or 0xCEB90E) is known color: Bird Flower. HEX triplet: CE, B9 and 0E. RGB value is (206,185,14). Sum of RGB (Red+Green+Blue) = 206+185+14=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB90E is #3146F1. Grayscale: #ACACAC. Windows color (decimal): -3229426 or 965070. OLE color: 965070.

HSL color Cylindrical-coordinate representation of color #CEB90E: hue angle of 53.44º degrees, saturation: 0.87, 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 #CEB90E is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 185 14 -
CMYK 0 0.10 0.93 0.19
HSL 53.44º 0.87% 0.43% -
HSV(B) 53.44º 0.93% 0.81% -
XYZ 42.88 47.85 7.39 -
YUV 171.79 38.96 152.4 -
System Red Green Blue C M Y K H S L
Decimal 206 185 14 0 0.10 0.93 0.19 53.44 0.87 0.43
Hex CE B9 E 0 A 5D 13 35 57 2B
Octal 316 271 16 0 12 135 23 65 127 53
Binary 11001110 10111001 1110 0 1010 1011101 10011 110101 1010111 101011

Color Harmonies of #CEB90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB90E

Black with #CEB90E

Text Example


Text Example

White with #CEB90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB90E; }

 p { color: rgb(206,185,14); }

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

background-color css

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

 a { background-color: rgb(206,185,14); }

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

border-color css

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

 span { border-color: rgb(206,185,14); }

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