Html Css Color HEX #D0B910 Bird Flower

📋 copy color: '#D0B910'

red 208 ◦ green 185 ◦ blue 16

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

Shades of Bird Flower #D0B910

Tints of Bird Flower #D0B910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.91%

R = 50.86%
G = 45.23%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D0B910 (or 0xD0B910) is known color: Bird Flower. HEX triplet: D0, B9 and 10. RGB value is (208,185,16). Sum of RGB (Red+Green+Blue) = 208+185+16=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B910 is #2F46EF. Grayscale: #ADADAD. Windows color (decimal): -3098352 or 1096144. OLE color: 1096144.

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

Color convert

RGB 208 185 16 -
CMYK 0 0.11 0.92 0.18
HSL 52.81º 0.86% 0.44% -
HSV(B) 52.81º 0.92% 0.82% -
XYZ 43.45 48.15 7.49 -
YUV 172.61 39.62 153.24 -
System Red Green Blue C M Y K H S L
Decimal 208 185 16 0 0.11 0.92 0.18 52.81 0.86 0.44
Hex D0 B9 10 0 B 5C 12 35 56 2C
Octal 320 271 20 0 13 134 22 65 126 54
Binary 11010000 10111001 10000 0 1011 1011100 10010 110101 1010110 101100

Color Harmonies of #D0B910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B910

Black with #D0B910

Text Example


Text Example

White with #D0B910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B910; }

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

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

background-color css

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

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

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

border-color css

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

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

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