Html Css Color HEX #D0B90E Bird Flower

📋 copy color: '#D0B90E'

red 208 ◦ green 185 ◦ blue 14

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

Shades of Bird Flower #D0B90E

Tints of Bird Flower #D0B90E

RGB

 RED value IS 208 (81.64% from 255) = 51.11%

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

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

R = 51.11%
G = 45.45%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0B90E (or 0xD0B90E) is known color: Bird Flower. HEX triplet: D0, B9 and 0E. RGB value is (208,185,14). Sum of RGB (Red+Green+Blue) = 208+185+14=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 14 (5.86% from 255 or 3.44% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B90E is #2F46F1. Grayscale: #ADADAD. Windows color (decimal): -3098354 or 965072. OLE color: 965072.

HSL color Cylindrical-coordinate representation of color #D0B90E: hue angle of 52.89º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0B90E is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 185 14 -
CMYK 0 0.11 0.93 0.18
HSL 52.89º 0.87% 0.44% -
HSV(B) 52.89º 0.93% 0.82% -
XYZ 43.44 48.14 7.42 -
YUV 172.38 38.62 153.4 -
System Red Green Blue C M Y K H S L
Decimal 208 185 14 0 0.11 0.93 0.18 52.89 0.87 0.44
Hex D0 B9 E 0 B 5D 12 35 57 2C
Octal 320 271 16 0 13 135 22 65 127 54
Binary 11010000 10111001 1110 0 1011 1011101 10010 110101 1010111 101100

Color Harmonies of #D0B90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B90E

Black with #D0B90E

Text Example


Text Example

White with #D0B90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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