Html Css Color HEX #D0BA15 Bird Flower

📋 copy color: '#D0BA15'

red 208 ◦ green 186 ◦ blue 21

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

Shades of Bird Flower #D0BA15

Tints of Bird Flower #D0BA15

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.82%

 BLUE value IS 21 (8.59% from 255) = 5.06%

R = 50.12%
G = 44.82%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D0BA15 (or 0xD0BA15) is known color: Bird Flower. HEX triplet: D0, BA and 15. RGB value is (208,186,21). Sum of RGB (Red+Green+Blue) = 208+186+21=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 21 (8.59% from 255 or 5.06% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BA15 is #2F45EA. Grayscale: #AEAEAE. Windows color (decimal): -3098091 or 1424080. OLE color: 1424080.

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

Color convert

RGB 208 186 21 -
CMYK 0 0.11 0.90 0.18
HSL 52.94º 0.82% 0.45% -
HSV(B) 52.94º 0.9% 0.82% -
XYZ 43.71 48.58 7.78 -
YUV 173.77 41.79 152.42 -
System Red Green Blue C M Y K H S L
Decimal 208 186 21 0 0.11 0.90 0.18 52.94 0.82 0.45
Hex D0 BA 15 0 B 5A 12 35 52 2D
Octal 320 272 25 0 13 132 22 65 122 55
Binary 11010000 10111010 10101 0 1011 1011010 10010 110101 1010010 101101

Color Harmonies of #D0BA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BA15

Black with #D0BA15

Text Example


Text Example

White with #D0BA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BA15; }

 p { color: rgb(208,186,21); }

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

background-color css

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

 a { background-color: rgb(208,186,21); }

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

border-color css

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

 span { border-color: rgb(208,186,21); }

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