Html Css Color HEX #D0B90D Bird Flower

📋 copy color: '#D0B90D'

red 208 ◦ green 185 ◦ blue 13

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

Shades of Bird Flower #D0B90D

Tints of Bird Flower #D0B90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.2%

R = 51.23%
G = 45.57%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0B90D (or 0xD0B90D) is known color: Bird Flower. HEX triplet: D0, B9 and 0D. RGB value is (208,185,13). Sum of RGB (Red+Green+Blue) = 208+185+13=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B90D is #2F46F2. Grayscale: #ACACAC. Windows color (decimal): -3098355 or 899536. OLE color: 899536.

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

Color convert

RGB 208 185 13 -
CMYK 0 0.11 0.94 0.18
HSL 52.92º 0.88% 0.43% -
HSV(B) 52.92º 0.94% 0.82% -
XYZ 43.43 48.14 7.38 -
YUV 172.27 38.12 153.49 -
System Red Green Blue C M Y K H S L
Decimal 208 185 13 0 0.11 0.94 0.18 52.92 0.88 0.43
Hex D0 B9 D 0 B 5E 12 35 58 2B
Octal 320 271 15 0 13 136 22 65 130 53
Binary 11010000 10111001 1101 0 1011 1011110 10010 110101 1011000 101011

Color Harmonies of #D0B90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B90D

Black with #D0B90D

Text Example


Text Example

White with #D0B90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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