Html Css Color HEX #D0BA06 Bird Flower

📋 copy color: '#D0BA06'

red 208 ◦ green 186 ◦ blue 6

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

Shades of Bird Flower #D0BA06

Tints of Bird Flower #D0BA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.5%

R = 52%
G = 46.5%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D0BA06 (or 0xD0BA06) is known color: Bird Flower. HEX triplet: D0, BA and 06. RGB value is (208,186,6). Sum of RGB (Red+Green+Blue) = 208+186+6=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 6 (2.73% from 255 or 1.5% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BA06 is #2F45F9. Grayscale: #ACACAC. Windows color (decimal): -3098106 or 441040. OLE color: 441040.

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

Color convert

RGB 208 186 6 -
CMYK 0 0.11 0.97 0.18
HSL 53.47º 0.94% 0.42% -
HSV(B) 53.47º 0.97% 0.82% -
XYZ 43.6 48.54 7.24 -
YUV 172.06 34.29 153.64 -
System Red Green Blue C M Y K H S L
Decimal 208 186 6 0 0.11 0.97 0.18 53.47 0.94 0.42
Hex D0 BA 6 0 B 61 12 35 5E 2A
Octal 320 272 6 0 13 141 22 65 136 52
Binary 11010000 10111010 110 0 1011 1100001 10010 110101 1011110 101010

Color Harmonies of #D0BA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BA06

Black with #D0BA06

Text Example


Text Example

White with #D0BA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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